Shades of Purple Heart #5E11CF
Tints of Purple Heart #5E11CF
RGB
CMYK
RGB Variations
Color information
#5E11CF (or 0x5E11CF) is known color: Purple Heart. HEX triplet: 5E, 11 and CF. RGB value is (94,17,207). Sum of RGB (Red+Green+Blue) = 94+17+207=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E11CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E11CF is #A1EE30. Grayscale: #3D3D3D. Windows color (decimal): -10612273 or 13570398. OLE color: 13570398.
HSL color Cylindrical-coordinate representation of color #5E11CF: hue angle of 264.32º 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 #5E11CF is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 17 | 207 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.19 |
| HSL | 264.32º | 0.85% | 0.44% | - |
| HSV(B) | 264.32º | 0.92% | 0.81% | - |
| XYZ | 16.08 | 7.29 | 59.59 | - |
| YUV | 61.68 | 210.01 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 207 | 0.55 | 0.92 | 0 | 0.19 | 264.32 | 0.85 | 0.44 |
| Hex | 5E | 11 | CF | 37 | 5C | 0 | 13 | 108 | 55 | 2C |
| Octal | 136 | 21 | 317 | 67 | 134 | 0 | 23 | 410 | 125 | 54 |
| Binary | 1011110 | 10001 | 11001111 | 110111 | 1011100 | 0 | 10011 | 100001000 | 1010101 | 101100 |
Color Harmonies of #5E11CF
Complementary color
Monochromatic Colors of #5E11CF
Black with #5E11CF
Text Example
Text Example
White with #5E11CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E11CF; }
p { color: rgb(94,17,207); }
H1.HeaderClassName
{
color: #5E11CF;
}
.AnyTagClassName
{
color: #5E11CF;
}
</style>
background-color css
<style>
a { background-color: #5E11CF; }
a { background-color: rgb(94,17,207); }
div.DivClassName
{
background-color: #5E11CF;
}
.BgClassName
{
background-color: #5E11CF;
}
</style>
border-color css
<style>
span { border-color: #5E11CF; }
span { border-color: rgb(94,17,207); }
td.TdClassName
{
border-color: #5E11CF;
}
.TagClassName
{
border-color: #5E11CF;
}
</style>