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