#6616E9
A medium, vivid purple closely aligning with Mediumblue.
About #6616E9
Visually, #6616E9 is defined as a vivid purple. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(102, 22, 233).
If you are designing for print, the four-color process is what matters most. The color uses 56% Cyan, 91% Magenta, 0% Yellow, and 9% Black. With a hue angle of 262.7 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#6616E9
RGB102, 22, 233
HSL262.7°, 82.7%, 50.0%
CMYK56%, 91%, 0%, 9%
HSV262.7°, 90.6%, 91.4%
LAB36.5, 73.3, -88.2
XYZ20.5, 9.3, 77.8
Decimal6690537
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.35:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.03:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6616E9;
}
.text-color {
color: #6616E9;
}
.border-color {
border: 2px solid #6616E9;
}