#6D00A0
A dark, vivid purple closely aligning with Indigo.
About #6D00A0
Visually, #6D00A0 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Indigo. In the RGB color space, it consists of 109 red, 0 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 32% C, 100% M, 0% Y, and 37% K. With a hue angle of 280.9 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D00A0
RGB109, 0, 160
HSL280.9°, 100.0%, 31.4%
CMYK32%, 100%, 0%, 37%
HSV280.9°, 100.0%, 62.7%
LAB28.9, 61.9, -57.9
XYZ12.7, 5.8, 33.7
Decimal7143584
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.73:1
Text on #FFFFFF
AAA
2.16:1
Text on #000000
FAIL
9.30:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D00A0;
}
.text-color {
color: #6D00A0;
}
.border-color {
border: 2px solid #6D00A0;
}