Shades of Purple Heart #560EBC
Tints of Purple Heart #560EBC
RGB
CMYK
RGB Variations
Color information
#560EBC (or 0x560EBC) is known color: Purple Heart. HEX triplet: 56, 0E and BC. RGB value is (86,14,188). Sum of RGB (Red+Green+Blue) = 86+14+188=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #560EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560EBC is #A9F143. Grayscale: #363636. Windows color (decimal): -11137348 or 12324438. OLE color: 12324438.
HSL color Cylindrical-coordinate representation of color #560EBC: hue angle of 264.83º 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 #560EBC is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 14 | 188 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.26 |
| HSL | 264.83º | 0.86% | 0.4% | - |
| HSV(B) | 264.83º | 0.93% | 0.74% | - |
| XYZ | 13.07 | 5.92 | 48.03 | - |
| YUV | 55.36 | 202.85 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 188 | 0.54 | 0.93 | 0 | 0.26 | 264.83 | 0.86 | 0.4 |
| Hex | 56 | E | BC | 36 | 5D | 0 | 1A | 109 | 56 | 28 |
| Octal | 126 | 16 | 274 | 66 | 135 | 0 | 32 | 411 | 126 | 50 |
| Binary | 1010110 | 1110 | 10111100 | 110110 | 1011101 | 0 | 11010 | 100001001 | 1010110 | 101000 |
Color Harmonies of #560EBC
Complementary color
Monochromatic Colors of #560EBC
Black with #560EBC
Text Example
Text Example
White with #560EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560EBC; }
p { color: rgb(86,14,188); }
H1.HeaderClassName
{
color: #560EBC;
}
.AnyTagClassName
{
color: #560EBC;
}
</style>
background-color css
<style>
a { background-color: #560EBC; }
a { background-color: rgb(86,14,188); }
div.DivClassName
{
background-color: #560EBC;
}
.BgClassName
{
background-color: #560EBC;
}
</style>
border-color css
<style>
span { border-color: #560EBC; }
span { border-color: rgb(86,14,188); }
td.TdClassName
{
border-color: #560EBC;
}
.TagClassName
{
border-color: #560EBC;
}
</style>