#6D07BD
A dark, vivid purple closely aligning with Blueviolet.
About #6D07BD
The precise color #6D07BD is an excellent choice for modern design projects. Its closest recognized web color is Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 7, and 189.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 42% C, 96% M, 0% Y, and 26% K. The HSL representation is 273.6° hue, 92.9% saturation, and 38.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D07BD
RGB109, 7, 189
HSL273.6°, 92.9%, 38.4%
CMYK42%, 96%, 0%, 26%
HSV273.6°, 96.3%, 74.1%
LAB32.0, 66.7, -70.2
XYZ15.6, 7.1, 48.7
Decimal7145405
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.69:1
Text on #FFFFFF
AAA
2.42:1
Text on #000000
FAIL
8.31:1
Text on #F8FAFC
AAA
2.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D07BD;
}
.text-color {
color: #6D07BD;
}
.border-color {
border: 2px solid #6D07BD;
}