#6D07DB
A medium, vivid purple closely aligning with Blueviolet.
About #6D07DB
The precise color #6D07DB is an excellent choice for modern design projects. Its closest recognized web color is Blueviolet. This translates to an RGB value of rgb(109, 7, 219).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 50% C, 97% M, 0% Y, and 14% K. With a hue angle of 268.9 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#6D07DB
RGB109, 7, 219
HSL268.9°, 93.8%, 44.3%
CMYK50%, 97%, 0%, 14%
HSV268.9°, 96.8%, 85.9%
LAB35.0, 73.2, -82.7
XYZ19.2, 8.5, 67.7
Decimal7145435
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.77:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.42:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D07DB;
}
.text-color {
color: #6D07DB;
}
.border-color {
border: 2px solid #6D07DB;
}