Shades of Purple Heart #5E14CF
Tints of Purple Heart #5E14CF
RGB
CMYK
RGB Variations
Color information
#5E14CF (or 0x5E14CF) is known color: Purple Heart. HEX triplet: 5E, 14 and CF. RGB value is (94,20,207). Sum of RGB (Red+Green+Blue) = 94+20+207=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E14CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E14CF is #A1EB30. Grayscale: #3E3E3E. Windows color (decimal): -10611505 or 13571166. OLE color: 13571166.
HSL color Cylindrical-coordinate representation of color #5E14CF: hue angle of 263.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E14CF is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 20 | 207 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.19 |
| HSL | 263.74º | 0.82% | 0.45% | - |
| HSV(B) | 263.74º | 0.9% | 0.81% | - |
| XYZ | 16.13 | 7.38 | 59.61 | - |
| YUV | 63.44 | 209.02 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 207 | 0.55 | 0.90 | 0 | 0.19 | 263.74 | 0.82 | 0.45 |
| Hex | 5E | 14 | CF | 37 | 5A | 0 | 13 | 108 | 52 | 2D |
| Octal | 136 | 24 | 317 | 67 | 132 | 0 | 23 | 410 | 122 | 55 |
| Binary | 1011110 | 10100 | 11001111 | 110111 | 1011010 | 0 | 10011 | 100001000 | 1010010 | 101101 |
Color Harmonies of #5E14CF
Complementary color
Monochromatic Colors of #5E14CF
Black with #5E14CF
Text Example
Text Example
White with #5E14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E14CF; }
p { color: rgb(94,20,207); }
H1.HeaderClassName
{
color: #5E14CF;
}
.AnyTagClassName
{
color: #5E14CF;
}
</style>
background-color css
<style>
a { background-color: #5E14CF; }
a { background-color: rgb(94,20,207); }
div.DivClassName
{
background-color: #5E14CF;
}
.BgClassName
{
background-color: #5E14CF;
}
</style>
border-color css
<style>
span { border-color: #5E14CF; }
span { border-color: rgb(94,20,207); }
td.TdClassName
{
border-color: #5E14CF;
}
.TagClassName
{
border-color: #5E14CF;
}
</style>