#4916E2
A medium, vivid purple closely aligning with Mediumblue.
About #4916E2
The hex code #4916E2 represents a beautifully specific shade of purple. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(73, 22, 226).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 68% cyan, 90% magenta, 0% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4916E2
RGB73, 22, 226
HSL255.0°, 82.3%, 48.6%
CMYK68%, 90%, 0%, 11%
HSV255.0°, 90.3%, 88.6%
LAB32.9, 69.7, -90.4
XYZ16.8, 7.5, 72.5
Decimal4789986
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.41:1
Text on #FFFFFF
AAA
2.50:1
Text on #000000
FAIL
8.04:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4916E2;
}
.text-color {
color: #4916E2;
}
.border-color {
border: 2px solid #4916E2;
}