Toolman

purple — #800080

#800080

rgb(128, 0, 128) · hsl(300, 100%, 25%) · CSS keyword purple

Can you put text on it?

ContrastBody textLarge text
purple on white9.42:1AAAA
purple on black2.23:1

As a background, purple takes white text: 9.42:1 against 2.23:1 the other way. A colour picker will give you the hex and stop there, which is why so many palettes look right and fail an accessibility audit.

Using it

color: purple;
color: #800080;
color: rgb(128 0 128);

All three are the same colour. The keyword is one of the 141 CSS named colours — a list settled in CSS 2.1 and added to exactly once since, when rebeccapurple was standardised in 2014.

Colours close to purple

Frequently asked questions

What is the hex code for purple?

The hex code for purple is #800080 — RGB 128, 0, 128.

Can I use purple for text?

Yes. purple reaches 9.42:1 against white, past the 4.5:1 that WCAG AA asks for body text.

Should text on purple be black or white?

White — 9.42:1 against 2.23:1 the other way.

Other named colours

#800080 in full — tints, shades and harmonies · All named colours · Colour reference