#6D0FE9
A medium, vivid purple closely aligning with Mediumblue.
About #6D0FE9
At its core, #6D0FE9 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. Its digital footprint relies on 109 parts red, 15 parts green, and 233 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 53% Cyan, 94% Magenta, 0% Yellow, and 9% Black. With a hue angle of 265.9 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D0FE9
RGB109, 15, 233
HSL265.9°, 87.9%, 48.6%
CMYK53%, 94%, 0%, 9%
HSV265.9°, 93.6%, 91.4%
LAB36.9, 75.2, -87.6
XYZ21.2, 9.5, 77.8
Decimal7147497
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.25:1
Text on #FFFFFF
AAA
2.90:1
Text on #000000
FAIL
6.93:1
Text on #F8FAFC
AA
2.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0FE9;
}
.text-color {
color: #6D0FE9;
}
.border-color {
border: 2px solid #6D0FE9;
}