Shades of Purple Heart #5E24DC
Tints of Purple Heart #5E24DC
RGB
CMYK
RGB Variations
Color information
#5E24DC (or 0x5E24DC) is known color: Purple Heart. HEX triplet: 5E, 24 and DC. RGB value is (94,36,220). Sum of RGB (Red+Green+Blue) = 94+36+220=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E24DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E24DC is #A1DB23. Grayscale: #494949. Windows color (decimal): -10607396 or 14427230. OLE color: 14427230.
HSL color Cylindrical-coordinate representation of color #5E24DC: hue angle of 258.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E24DC is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 36 | 220 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.14 |
| HSL | 258.91º | 0.72% | 0.5% | - |
| HSV(B) | 258.91º | 0.84% | 0.86% | - |
| XYZ | 18.17 | 8.81 | 68.45 | - |
| YUV | 74.32 | 210.22 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 220 | 0.57 | 0.84 | 0 | 0.14 | 258.91 | 0.72 | 0.5 |
| Hex | 5E | 24 | DC | 39 | 54 | 0 | E | 103 | 48 | 32 |
| Octal | 136 | 44 | 334 | 71 | 124 | 0 | 16 | 403 | 110 | 62 |
| Binary | 1011110 | 100100 | 11011100 | 111001 | 1010100 | 0 | 1110 | 100000011 | 1001000 | 110010 |
Color Harmonies of #5E24DC
Complementary color
Monochromatic Colors of #5E24DC
Black with #5E24DC
Text Example
Text Example
White with #5E24DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E24DC; }
p { color: rgb(94,36,220); }
H1.HeaderClassName
{
color: #5E24DC;
}
.AnyTagClassName
{
color: #5E24DC;
}
</style>
background-color css
<style>
a { background-color: #5E24DC; }
a { background-color: rgb(94,36,220); }
div.DivClassName
{
background-color: #5E24DC;
}
.BgClassName
{
background-color: #5E24DC;
}
</style>
border-color css
<style>
span { border-color: #5E24DC; }
span { border-color: rgb(94,36,220); }
td.TdClassName
{
border-color: #5E24DC;
}
.TagClassName
{
border-color: #5E24DC;
}
</style>