Shades of Purple Heart #500EBC
Tints of Purple Heart #500EBC
RGB
CMYK
RGB Variations
Color information
#500EBC (or 0x500EBC) is known color: Purple Heart. HEX triplet: 50, 0E and BC. RGB value is (80,14,188). Sum of RGB (Red+Green+Blue) = 80+14+188=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #500EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500EBC is #AFF143. Grayscale: #343434. Windows color (decimal): -11530564 or 12324432. OLE color: 12324432.
HSL color Cylindrical-coordinate representation of color #500EBC: hue angle of 262.76º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500EBC is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 14 | 188 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.26 |
| HSL | 262.76º | 0.86% | 0.4% | - |
| HSV(B) | 262.76º | 0.93% | 0.74% | - |
| XYZ | 12.54 | 5.65 | 48.01 | - |
| YUV | 53.57 | 203.87 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 188 | 0.57 | 0.93 | 0 | 0.26 | 262.76 | 0.86 | 0.4 |
| Hex | 50 | E | BC | 39 | 5D | 0 | 1A | 107 | 56 | 28 |
| Octal | 120 | 16 | 274 | 71 | 135 | 0 | 32 | 407 | 126 | 50 |
| Binary | 1010000 | 1110 | 10111100 | 111001 | 1011101 | 0 | 11010 | 100000111 | 1010110 | 101000 |
Color Harmonies of #500EBC
Complementary color
Monochromatic Colors of #500EBC
Black with #500EBC
Text Example
Text Example
White with #500EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500EBC; }
p { color: rgb(80,14,188); }
H1.HeaderClassName
{
color: #500EBC;
}
.AnyTagClassName
{
color: #500EBC;
}
</style>
background-color css
<style>
a { background-color: #500EBC; }
a { background-color: rgb(80,14,188); }
div.DivClassName
{
background-color: #500EBC;
}
.BgClassName
{
background-color: #500EBC;
}
</style>
border-color css
<style>
span { border-color: #500EBC; }
span { border-color: rgb(80,14,188); }
td.TdClassName
{
border-color: #500EBC;
}
.TagClassName
{
border-color: #500EBC;
}
</style>