#4216B6
A medium, vivid purple closely aligning with Darkblue.
About #4216B6
Visually, #4216B6 is defined as a vivid purple. Its closest recognized web color is Darkblue. This translates to an RGB value of rgb(66, 22, 182).
If you are designing for print, the four-color process is what matters most. The color uses 64% Cyan, 88% Magenta, 0% Yellow, and 29% Black. With a hue angle of 256.5 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#4216B6
RGB66, 22, 182
HSL256.5°, 78.4%, 40.0%
CMYK64%, 88%, 0%, 29%
HSV256.5°, 87.9%, 71.4%
LAB27.0, 58.0, -74.4
XYZ11.0, 5.1, 44.7
Decimal4331190
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.39:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.93:1
Text on #F8FAFC
AAA
1.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4216B6;
}
.text-color {
color: #4216B6;
}
.border-color {
border: 2px solid #4216B6;
}