Purple
#800080
Here's everything about the color Purple (#800080) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #800080 | |
|---|---|---|
| RGB | rgb(128, 0, 128) | |
| HSL | hsl(300, 100%, 25%) | |
| CMYK | cmyk(0%, 100%, 0%, 50%) | |
| LAB | lab(30, 56, -36) | |
| OKLCH | oklch(0.42 0.193 328) |
Color harmonies
Tints & shades
Code snippets
color: #800080;
background-color: #800080;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF800080)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.00, blue: 0.50, alpha: 1.0)