Ultrapurple Merge
#654ea3
Looking for the precise values behind Ultrapurple Merge (#654ea3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #654ea3 | |
|---|---|---|
| RGB | rgb(101, 78, 163) | |
| HSL | hsl(256, 35%, 47%) | |
| CMYK | cmyk(38%, 52%, 0%, 36%) | |
| LAB | lab(39, 25, -43) | |
| OKLCH | oklch(0.49 0.132 293) |
Color harmonies
Tints & shades
Code snippets
color: #654ea3;
background-color: #654ea3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF654EA3)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.31, blue: 0.64, alpha: 1.0)