#6D24C5
A medium, moderate purple closely aligning with Blueviolet.
About #6D24C5
Visually, #6D24C5 is defined as a moderate purple. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(109, 36, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 45% Cyan, 82% Magenta, 0% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D24C5
RGB109, 36, 197
HSL267.2°, 69.1%, 45.7%
CMYK45%, 82%, 0%, 23%
HSV267.2°, 81.7%, 77.3%
LAB35.1, 61.6, -69.8
XYZ17.0, 8.5, 53.6
Decimal7152837
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.75:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.41:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D24C5;
}
.text-color {
color: #6D24C5;
}
.border-color {
border: 2px solid #6D24C5;
}