Shades of Purple Heart #5E20DC
Tints of Purple Heart #5E20DC
RGB
CMYK
RGB Variations
Color information
#5E20DC (or 0x5E20DC) is known color: Purple Heart. HEX triplet: 5E, 20 and DC. RGB value is (94,32,220). Sum of RGB (Red+Green+Blue) = 94+32+220=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E20DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E20DC is #A1DF23. Grayscale: #474747. Windows color (decimal): -10608420 or 14426206. OLE color: 14426206.
HSL color Cylindrical-coordinate representation of color #5E20DC: hue angle of 259.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E20DC is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 32 | 220 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.14 |
| HSL | 259.79º | 0.75% | 0.49% | - |
| HSV(B) | 259.79º | 0.85% | 0.86% | - |
| XYZ | 18.05 | 8.58 | 68.41 | - |
| YUV | 71.97 | 211.54 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 220 | 0.57 | 0.85 | 0 | 0.14 | 259.79 | 0.75 | 0.49 |
| Hex | 5E | 20 | DC | 39 | 55 | 0 | E | 104 | 4B | 31 |
| Octal | 136 | 40 | 334 | 71 | 125 | 0 | 16 | 404 | 113 | 61 |
| Binary | 1011110 | 100000 | 11011100 | 111001 | 1010101 | 0 | 1110 | 100000100 | 1001011 | 110001 |
Color Harmonies of #5E20DC
Complementary color
Monochromatic Colors of #5E20DC
Black with #5E20DC
Text Example
Text Example
White with #5E20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E20DC; }
p { color: rgb(94,32,220); }
H1.HeaderClassName
{
color: #5E20DC;
}
.AnyTagClassName
{
color: #5E20DC;
}
</style>
background-color css
<style>
a { background-color: #5E20DC; }
a { background-color: rgb(94,32,220); }
div.DivClassName
{
background-color: #5E20DC;
}
.BgClassName
{
background-color: #5E20DC;
}
</style>
border-color css
<style>
span { border-color: #5E20DC; }
span { border-color: rgb(94,32,220); }
td.TdClassName
{
border-color: #5E20DC;
}
.TagClassName
{
border-color: #5E20DC;
}
</style>