Queens of the Dead
#652793
Looking for the precise values behind Queens of the Dead (#652793)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #652793 | |
|---|---|---|
| RGB | rgb(101, 39, 147) | |
| HSL | hsl(274, 58%, 36%) | |
| CMYK | cmyk(31%, 73%, 0%, 42%) | |
| LAB | lab(30, 43, -48) | |
| OKLCH | oklch(0.42 0.169 307) |
Color harmonies
Tints & shades
Code snippets
color: #652793;
background-color: #652793;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF652793)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.15, blue: 0.58, alpha: 1.0)