Shades of Purple Heart #5E36E1
Tints of Purple Heart #5E36E1
RGB
CMYK
RGB Variations
Color information
#5E36E1 (or 0x5E36E1) is known color: Purple Heart. HEX triplet: 5E, 36 and E1. RGB value is (94,54,225). Sum of RGB (Red+Green+Blue) = 94+54+225=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #5E36E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E36E1 is #A1C91E. Grayscale: #545454. Windows color (decimal): -10602783 or 14759518. OLE color: 14759518.
HSL color Cylindrical-coordinate representation of color #5E36E1: hue angle of 254.04º degrees, saturation: 0.74, 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 #5E36E1 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 54 | 225 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.12 |
| HSL | 254.04º | 0.74% | 0.55% | - |
| HSV(B) | 254.04º | 0.76% | 0.88% | - |
| XYZ | 19.53 | 10.45 | 72.22 | - |
| YUV | 85.45 | 206.75 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 225 | 0.58 | 0.76 | 0 | 0.12 | 254.04 | 0.74 | 0.55 |
| Hex | 5E | 36 | E1 | 3A | 4C | 0 | C | FE | 4A | 37 |
| Octal | 136 | 66 | 341 | 72 | 114 | 0 | 14 | 376 | 112 | 67 |
| Binary | 1011110 | 110110 | 11100001 | 111010 | 1001100 | 0 | 1100 | 11111110 | 1001010 | 110111 |
Color Harmonies of #5E36E1
Complementary color
Monochromatic Colors of #5E36E1
Black with #5E36E1
Text Example
Text Example
White with #5E36E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E36E1; }
p { color: rgb(94,54,225); }
H1.HeaderClassName
{
color: #5E36E1;
}
.AnyTagClassName
{
color: #5E36E1;
}
</style>
background-color css
<style>
a { background-color: #5E36E1; }
a { background-color: rgb(94,54,225); }
div.DivClassName
{
background-color: #5E36E1;
}
.BgClassName
{
background-color: #5E36E1;
}
</style>
border-color css
<style>
span { border-color: #5E36E1; }
span { border-color: rgb(94,54,225); }
td.TdClassName
{
border-color: #5E36E1;
}
.TagClassName
{
border-color: #5E36E1;
}
</style>