#4916C5
A medium, vivid purple closely aligning with Mediumblue.
About #4916C5
At its core, #4916C5 is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. Its digital footprint relies on 73 parts red, 22 parts green, and 197 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 63% cyan, 89% magenta, 0% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#4916C5
RGB73, 22, 197
HSL257.5°, 79.9%, 42.9%
CMYK63%, 89%, 0%, 23%
HSV257.5°, 88.8%, 77.3%
LAB29.5, 62.4, -79.2
XYZ13.1, 6.0, 53.3
Decimal4789957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.53:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.11:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4916C5;
}
.text-color {
color: #4916C5;
}
.border-color {
border: 2px solid #4916C5;
}