#6D167C
A dark, moderate magenta closely aligning with Purple.
About #6D167C
Visually, #6D167C is defined as a moderate magenta. Its closest recognized web color is Purple. Its digital footprint relies on 109 parts red, 22 parts green, and 124 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 12% Cyan, 82% Magenta, 0% Yellow, and 51% Black. The HSL representation is 291.2° hue, 69.9% saturation, and 28.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#6D167C
RGB109, 22, 124
HSL291.2°, 69.9%, 28.6%
CMYK12%, 82%, 0%, 51%
HSV291.2°, 82.3%, 48.6%
LAB27.5, 50.3, -37.8
XYZ10.2, 5.3, 19.5
Decimal7149180
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.21:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.76:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D167C;
}
.text-color {
color: #6D167C;
}
.border-color {
border: 2px solid #6D167C;
}