Purple Pleasures
#81459e
Looking for the precise values behind Purple Pleasures (#81459e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #81459e | |
|---|---|---|
| RGB | rgb(129, 69, 158) | |
| HSL | hsl(280, 39%, 45%) | |
| CMYK | cmyk(18%, 56%, 0%, 38%) | |
| LAB | lab(40, 38, -38) | |
| OKLCH | oklch(0.5 0.147 313) |
Color harmonies
Tints & shades
Code snippets
color: #81459e;
background-color: #81459e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF81459E)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.27, blue: 0.62, alpha: 1.0)