#7C3AE9
A medium, vivid purple closely aligning with Blueviolet.
About #7C3AE9
The hex code #7C3AE9 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(124, 58, 233).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 47% C, 75% M, 0% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C3AE9
RGB124, 58, 233
HSL262.6°, 79.9%, 57.1%
CMYK47%, 75%, 0%, 9%
HSV262.6°, 75.1%, 91.4%
LAB43.1, 63.8, -77.4
XYZ24.5, 13.2, 78.3
Decimal8141545
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.77:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.52:1
Text on #F8FAFC
AA
3.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C3AE9;
}
.text-color {
color: #7C3AE9;
}
.border-color {
border: 2px solid #7C3AE9;
}