Purple Sultan
#853682
Looking for the precise values behind Purple Sultan (#853682)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #853682 | |
|---|---|---|
| RGB | rgb(133, 54, 130) | |
| HSL | hsl(302, 42%, 37%) | |
| CMYK | cmyk(0%, 59%, 2%, 48%) | |
| LAB | lab(36, 42, -27) | |
| OKLCH | oklch(0.47 0.145 329) |
Color harmonies
Tints & shades
Code snippets
color: #853682;
background-color: #853682;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF853682)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.21, blue: 0.51, alpha: 1.0)