#6D24F0
A medium, vivid purple closely aligning with Blueviolet.
About #6D24F0
The hex code #6D24F0 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(109, 36, 240).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 55% cyan, 85% magenta, 0% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
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#6D24F0
RGB109, 36, 240
HSL261.5°, 87.2%, 54.1%
CMYK55%, 85%, 0%, 6%
HSV261.5°, 85.0%, 94.1%
LAB39.2, 71.9, -87.7
XYZ22.7, 10.8, 83.3
Decimal7152880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.64:1
Text on #FFFFFF
AA
3.16:1
Text on #000000
AA Large
6.35:1
Text on #F8FAFC
AA
2.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D24F0;
}
.text-color {
color: #6D24F0;
}
.border-color {
border: 2px solid #6D24F0;
}