#6D24A0
A dark, moderate purple closely aligning with Indigo.
About #6D24A0
When working with digital screens, the color #6D24A0 is rendered by mixing light. Its closest recognized web color is Indigo. In the RGB color space, it consists of 109 red, 36 green, and 160 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 32% cyan, 78% magenta, 0% yellow, and 37% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D24A0
RGB109, 36, 160
HSL275.3°, 63.3%, 38.4%
CMYK32%, 78%, 0%, 37%
HSV275.3°, 77.5%, 62.7%
LAB31.9, 52.9, -53.0
XYZ13.3, 7.1, 33.9
Decimal7152800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.71:1
Text on #FFFFFF
AAA
2.41:1
Text on #000000
FAIL
8.33:1
Text on #F8FAFC
AAA
2.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D24A0;
}
.text-color {
color: #6D24A0;
}
.border-color {
border: 2px solid #6D24A0;
}