#6D2C92
A dark, moderate purple closely aligning with Rebeccapurple.
About #6D2C92
At its core, #6D2C92 is a dark and moderate hue. Its closest recognized web color is Rebeccapurple. This translates to an RGB value of rgb(109, 44, 146).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 25% C, 70% M, 0% Y, and 43% K. With a hue angle of 278.2 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D2C92
RGB109, 44, 146
HSL278.2°, 53.7%, 37.3%
CMYK25%, 70%, 0%, 43%
HSV278.2°, 69.9%, 57.3%
LAB32.1, 46.2, -44.1
XYZ12.4, 7.1, 27.9
Decimal7154834
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.66:1
Text on #FFFFFF
AAA
2.43:1
Text on #000000
FAIL
8.27:1
Text on #F8FAFC
AAA
2.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D2C92;
}
.text-color {
color: #6D2C92;
}
.border-color {
border: 2px solid #6D2C92;
}