Pixels โ†” Points Converter

Convert between pixels and points for typography and design

Select Screen Resolution (DPI):
96 DPI (Standard Web)
72 DPI (Traditional Print)
300 DPI (High-Res Print)
Standard web resolution is 96 DPI. Traditional print uses 72 DPI.
Enter pixels to convert to points
Enter points to convert to pixels
Conversion Result
16 px = 12 pt
At 96 DPI โ€ข 0.222 inches โ€ข 5.644 mm

๐Ÿ“š Pixels โ†” Points Conversion Details

Pixels to Points Formula (96 DPI)

points = pixels ร— 0.75

At 96 DPI (standard web resolution), multiply pixels by 0.75 to get points.

Points to Pixels Formula (96 DPI)

pixels = points รท 0.75

At 96 DPI, divide points by 0.75 to get pixels.

What are Pixels?

Pixels (px) are the smallest controllable elements on a digital display. In web design, 1 pixel typically equals 1/96th of an inch.

What are Points?

Points (pt) are a unit of measurement used in typography. 1 point equals 1/72nd of an inch.

๐Ÿ“ How This Converter Works

This is a bidirectional converter that works in real-time with different DPI settings:

  1. Select DPI: Choose your screen/print resolution (96 DPI for web, 72 DPI for print)
  2. Pixels โ†’ Points: When you type in the pixels field, points updates automatically
  3. Points โ†’ Pixels: When you type in the points field, pixels updates automatically
  4. Real-time: Updates happen as you type, no button clicks required
// Basic conversion formulas:
// Standard web (96 DPI):
points = pixels ร— 0.75
pixels = points รท 0.75

// Traditional print (72 DPI):
points = pixels ร— 1.0
pixels = points รท 1.0

// High-res print (300 DPI):
points = pixels ร— 0.24
pixels = points รท 0.24

๐Ÿ“Š Common Conversion Values (96 DPI)

Pixels (px) Points (pt) Common Use
8 px 6 pt Small captions
12 px 9 pt Body text (small)
16 px 12 pt Standard body text
20 px 15 pt Subheadings
24 px 18 pt Headings
32 px 24 pt Large headings

โ“ Frequently Asked Questions

Q: What is the standard DPI for web design?

A: The standard DPI for web design is 96 DPI. This is what most web browsers and CSS use.

Q: Why are there different DPI settings?

A: Different devices and mediums use different resolutions. Web uses 96 DPI, traditional print uses 72 DPI, and high-res print uses 300+ DPI.

Q: How many pixels are in a point at 96 DPI?

A: At 96 DPI, 1 point = 1.333 pixels (or 4/3 pixels). 1 pixel = 0.75 points.

Q: When should I use pixels vs points?

A: Use pixels for web design and screen-based layouts. Use points for print design and typography that needs to scale across different resolutions.