#6D24CC
A medium, vivid purple closely aligning with Blueviolet.
About #6D24CC
At its core, #6D24CC is a medium and vivid hue. 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, 36, and 204.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 47% cyan, 82% magenta, 0% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D24CC
RGB109, 36, 204
HSL266.1°, 70.0%, 47.1%
CMYK47%, 82%, 0%, 20%
HSV266.1°, 82.4%, 80.0%
LAB35.7, 63.3, -72.8
XYZ17.8, 8.9, 57.9
Decimal7152844
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.57:1
Text on #FFFFFF
AAA
2.77:1
Text on #000000
FAIL
7.23:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D24CC;
}
.text-color {
color: #6D24CC;
}
.border-color {
border: 2px solid #6D24CC;
}