#7C50DB
A medium, moderate purple closely aligning with Mediumslateblue.
About #7C50DB
Visually, #7C50DB is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Mediumslateblue. Its digital footprint relies on 124 parts red, 80 parts green, and 219 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 43% C, 63% M, 0% Y, and 14% K. With a hue angle of 259.0 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C50DB
RGB124, 80, 219
HSL259.0°, 65.9%, 58.6%
CMYK43%, 63%, 0%, 14%
HSV259.0°, 63.5%, 85.9%
LAB45.8, 49.4, -64.9
XYZ24.0, 15.1, 68.7
Decimal8147163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.21:1
Text on #FFFFFF
AA
4.03:1
Text on #000000
AA Large
4.98:1
Text on #F8FAFC
AA
3.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C50DB;
}
.text-color {
color: #7C50DB;
}
.border-color {
border: 2px solid #7C50DB;
}