#6D336D
A dark, moderate magenta closely aligning with Darkslateblue.
About #6D336D
Visually, #6D336D is defined as a moderate magenta. Its closest recognized web color is Darkslateblue. Its digital footprint relies on 109 parts red, 51 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 53% M, 0% Y, and 57% K. With a hue angle of 300.0 degrees, it sits comfortably in the magenta 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D336D
RGB109, 51, 109
HSL300.0°, 36.2%, 31.4%
CMYK0%, 53%, 0%, 57%
HSV300.0°, 53.2%, 42.7%
LAB31.2, 34.7, -22.5
XYZ10.3, 6.7, 15.2
Decimal7156589
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.96:1
Text on #FFFFFF
AAA
2.34:1
Text on #000000
FAIL
8.56:1
Text on #F8FAFC
AAA
1.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D336D;
}
.text-color {
color: #6D336D;
}
.border-color {
border: 2px solid #6D336D;
}