Pretty in Prune
#6b295a
Pretty in Prune, represented by the hex value #6b295a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #6b295a | |
|---|---|---|
| RGB | rgb(107, 41, 90) | |
| HSL | hsl(315, 45%, 29%) | |
| CMYK | cmyk(0%, 62%, 16%, 58%) | |
| LAB | lab(28, 35, -15) | |
| OKLCH | oklch(0.39 0.113 339) |
Color harmonies
Tints & shades
Code snippets
color: #6b295a;
background-color: #6b295a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF6B295A)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.16, blue: 0.35, alpha: 1.0)