#6D16DB
A medium, vivid purple closely aligning with Blueviolet.
About #6D16DB
Visually, #6D16DB is defined as a vivid purple. It is closely associated with the named CSS color Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 22, and 219.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 50% C, 90% M, 0% Y, and 14% K. With a hue angle of 266.5 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D16DB
RGB109, 22, 219
HSL266.5°, 81.7%, 47.3%
CMYK50%, 90%, 0%, 14%
HSV266.5°, 90.0%, 85.9%
LAB35.9, 70.7, -81.3
XYZ19.4, 8.9, 67.7
Decimal7149275
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.53:1
Text on #FFFFFF
AAA
2.79:1
Text on #000000
FAIL
7.20:1
Text on #F8FAFC
AAA
2.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D16DB;
}
.text-color {
color: #6D16DB;
}
.border-color {
border: 2px solid #6D16DB;
}