Shades of Purple Heart #5E36E0
Tints of Purple Heart #5E36E0
RGB
CMYK
RGB Variations
Color information
#5E36E0 (or 0x5E36E0) is known color: Purple Heart. HEX triplet: 5E, 36 and E0. RGB value is (94,54,224). Sum of RGB (Red+Green+Blue) = 94+54+224=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 224 (87.89% from 255 or 60.22% from 372); Max value from RGB is 224 - color contains mainly: blue. Hex color #5E36E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E36E0 is #A1C91F. Grayscale: #545454. Windows color (decimal): -10602784 or 14693982. OLE color: 14693982.
HSL color Cylindrical-coordinate representation of color #5E36E0: hue angle of 254.12º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E36E0 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 54 | 224 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.12 |
| HSL | 254.12º | 0.73% | 0.55% | - |
| HSV(B) | 254.12º | 0.76% | 0.88% | - |
| XYZ | 19.39 | 10.4 | 71.51 | - |
| YUV | 85.34 | 206.25 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 224 | 0.58 | 0.76 | 0 | 0.12 | 254.12 | 0.73 | 0.55 |
| Hex | 5E | 36 | E0 | 3A | 4C | 0 | C | FE | 49 | 37 |
| Octal | 136 | 66 | 340 | 72 | 114 | 0 | 14 | 376 | 111 | 67 |
| Binary | 1011110 | 110110 | 11100000 | 111010 | 1001100 | 0 | 1100 | 11111110 | 1001001 | 110111 |
Color Harmonies of #5E36E0
Complementary color
Monochromatic Colors of #5E36E0
Black with #5E36E0
Text Example
Text Example
White with #5E36E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E36E0; }
p { color: rgb(94,54,224); }
H1.HeaderClassName
{
color: #5E36E0;
}
.AnyTagClassName
{
color: #5E36E0;
}
</style>
background-color css
<style>
a { background-color: #5E36E0; }
a { background-color: rgb(94,54,224); }
div.DivClassName
{
background-color: #5E36E0;
}
.BgClassName
{
background-color: #5E36E0;
}
</style>
border-color css
<style>
span { border-color: #5E36E0; }
span { border-color: rgb(94,54,224); }
td.TdClassName
{
border-color: #5E36E0;
}
.TagClassName
{
border-color: #5E36E0;
}
</style>