27 PX to PT
Result
27 px = 20.25 pt
Explanation
- Pixels — 27
To convert 27 pixels to points you need to multiply pixels value by 0.75, in our case: 27 × 0.75. In result we'll receive that 27 px is equal to 20.25 points (pt)
CSS code for 27 PX to PT
p { font-size: 20.25pt }
HTML (inline CSS):
<p style="font-size: 20.25pt">Hello World<p>