Shades of Purple Heart #5E17CF
Tints of Purple Heart #5E17CF
RGB
CMYK
RGB Variations
Color information
#5E17CF (or 0x5E17CF) is known color: Purple Heart. HEX triplet: 5E, 17 and CF. RGB value is (94,23,207). Sum of RGB (Red+Green+Blue) = 94+23+207=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E17CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E17CF is #A1E830. Grayscale: #404040. Windows color (decimal): -10610737 or 13571934. OLE color: 13571934.
HSL color Cylindrical-coordinate representation of color #5E17CF: hue angle of 263.15º 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 #5E17CF is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 23 | 207 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.19 |
| HSL | 263.15º | 0.8% | 0.45% | - |
| HSV(B) | 263.15º | 0.89% | 0.81% | - |
| XYZ | 16.18 | 7.5 | 59.63 | - |
| YUV | 65.21 | 208.02 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 207 | 0.55 | 0.89 | 0 | 0.19 | 263.15 | 0.8 | 0.45 |
| Hex | 5E | 17 | CF | 37 | 59 | 0 | 13 | 107 | 50 | 2D |
| Octal | 136 | 27 | 317 | 67 | 131 | 0 | 23 | 407 | 120 | 55 |
| Binary | 1011110 | 10111 | 11001111 | 110111 | 1011001 | 0 | 10011 | 100000111 | 1010000 | 101101 |
Color Harmonies of #5E17CF
Complementary color
Monochromatic Colors of #5E17CF
Black with #5E17CF
Text Example
Text Example
White with #5E17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E17CF; }
p { color: rgb(94,23,207); }
H1.HeaderClassName
{
color: #5E17CF;
}
.AnyTagClassName
{
color: #5E17CF;
}
</style>
background-color css
<style>
a { background-color: #5E17CF; }
a { background-color: rgb(94,23,207); }
div.DivClassName
{
background-color: #5E17CF;
}
.BgClassName
{
background-color: #5E17CF;
}
</style>
border-color css
<style>
span { border-color: #5E17CF; }
span { border-color: rgb(94,23,207); }
td.TdClassName
{
border-color: #5E17CF;
}
.TagClassName
{
border-color: #5E17CF;
}
</style>