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