Shades of Purple Heart #5E17CE
Tints of Purple Heart #5E17CE
RGB
CMYK
RGB Variations
Color information
#5E17CE (or 0x5E17CE) is known color: Purple Heart. HEX triplet: 5E, 17 and CE. RGB value is (94,23,206). Sum of RGB (Red+Green+Blue) = 94+23+206=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E17CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E17CE is #A1E831. Grayscale: #404040. Windows color (decimal): -10610738 or 13506398. OLE color: 13506398.
HSL color Cylindrical-coordinate representation of color #5E17CE: hue angle of 263.28º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E17CE is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 23 | 206 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.19 |
| HSL | 263.28º | 0.8% | 0.45% | - |
| HSV(B) | 263.28º | 0.89% | 0.81% | - |
| XYZ | 16.06 | 7.45 | 58.98 | - |
| YUV | 65.09 | 207.52 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 206 | 0.54 | 0.89 | 0 | 0.19 | 263.28 | 0.8 | 0.45 |
| Hex | 5E | 17 | CE | 36 | 59 | 0 | 13 | 107 | 50 | 2D |
| Octal | 136 | 27 | 316 | 66 | 131 | 0 | 23 | 407 | 120 | 55 |
| Binary | 1011110 | 10111 | 11001110 | 110110 | 1011001 | 0 | 10011 | 100000111 | 1010000 | 101101 |
Color Harmonies of #5E17CE
Complementary color
Monochromatic Colors of #5E17CE
Black with #5E17CE
Text Example
Text Example
White with #5E17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E17CE; }
p { color: rgb(94,23,206); }
H1.HeaderClassName
{
color: #5E17CE;
}
.AnyTagClassName
{
color: #5E17CE;
}
</style>
background-color css
<style>
a { background-color: #5E17CE; }
a { background-color: rgb(94,23,206); }
div.DivClassName
{
background-color: #5E17CE;
}
.BgClassName
{
background-color: #5E17CE;
}
</style>
border-color css
<style>
span { border-color: #5E17CE; }
span { border-color: rgb(94,23,206); }
td.TdClassName
{
border-color: #5E17CE;
}
.TagClassName
{
border-color: #5E17CE;
}
</style>