#7C00FF
A medium, vivid purple closely aligning with Blue.
About #7C00FF
Visually, #7C00FF is defined as a vivid purple. It is closely associated with the named CSS color Blue. This translates to an RGB value of rgb(124, 0, 255).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 51% C, 100% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#7C00FF
RGB124, 0, 255
HSL269.2°, 100.0%, 50.0%
CMYK51%, 100%, 0%, 0%
HSV269.2°, 100.0%, 100.0%
LAB40.4, 82.9, -94.1
XYZ26.4, 11.5, 95.4
Decimal8126719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.36:1
Text on #FFFFFF
AA
3.30:1
Text on #000000
AA Large
6.08:1
Text on #F8FAFC
AA
2.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C00FF;
}
.text-color {
color: #7C00FF;
}
.border-color {
border: 2px solid #7C00FF;
}