Shades of Purple Heart #5E11CE
Tints of Purple Heart #5E11CE
RGB
CMYK
RGB Variations
Color information
#5E11CE (or 0x5E11CE) is known color: Purple Heart. HEX triplet: 5E, 11 and CE. RGB value is (94,17,206). Sum of RGB (Red+Green+Blue) = 94+17+206=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E11CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E11CE is #A1EE31. Grayscale: #3C3C3C. Windows color (decimal): -10612274 or 13504862. OLE color: 13504862.
HSL color Cylindrical-coordinate representation of color #5E11CE: hue angle of 264.44º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E11CE is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 17 | 206 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.19 |
| HSL | 264.44º | 0.85% | 0.44% | - |
| HSV(B) | 264.44º | 0.92% | 0.81% | - |
| XYZ | 15.96 | 7.24 | 58.95 | - |
| YUV | 61.57 | 209.51 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 206 | 0.54 | 0.92 | 0 | 0.19 | 264.44 | 0.85 | 0.44 |
| Hex | 5E | 11 | CE | 36 | 5C | 0 | 13 | 108 | 55 | 2C |
| Octal | 136 | 21 | 316 | 66 | 134 | 0 | 23 | 410 | 125 | 54 |
| Binary | 1011110 | 10001 | 11001110 | 110110 | 1011100 | 0 | 10011 | 100001000 | 1010101 | 101100 |
Color Harmonies of #5E11CE
Complementary color
Monochromatic Colors of #5E11CE
Black with #5E11CE
Text Example
Text Example
White with #5E11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E11CE; }
p { color: rgb(94,17,206); }
H1.HeaderClassName
{
color: #5E11CE;
}
.AnyTagClassName
{
color: #5E11CE;
}
</style>
background-color css
<style>
a { background-color: #5E11CE; }
a { background-color: rgb(94,17,206); }
div.DivClassName
{
background-color: #5E11CE;
}
.BgClassName
{
background-color: #5E11CE;
}
</style>
border-color css
<style>
span { border-color: #5E11CE; }
span { border-color: rgb(94,17,206); }
td.TdClassName
{
border-color: #5E11CE;
}
.TagClassName
{
border-color: #5E11CE;
}
</style>