Shades of Purple Heart #560BCC
Tints of Purple Heart #560BCC
RGB
CMYK
RGB Variations
Color information
#560BCC (or 0x560BCC) is known color: Purple Heart. HEX triplet: 56, 0B and CC. RGB value is (86,11,204). Sum of RGB (Red+Green+Blue) = 86+11+204=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #560BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560BCC is #A9F433. Grayscale: #363636. Windows color (decimal): -11138100 or 13372246. OLE color: 13372246.
HSL color Cylindrical-coordinate representation of color #560BCC: hue angle of 263.32º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560BCC is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 11 | 204 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.2 |
| HSL | 263.32º | 0.9% | 0.42% | - |
| HSV(B) | 263.32º | 0.95% | 0.8% | - |
| XYZ | 14.86 | 6.58 | 57.61 | - |
| YUV | 55.43 | 211.85 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 204 | 0.58 | 0.95 | 0 | 0.2 | 263.32 | 0.9 | 0.42 |
| Hex | 56 | B | CC | 3A | 5F | 0 | 14 | 107 | 5A | 2A |
| Octal | 126 | 13 | 314 | 72 | 137 | 0 | 24 | 407 | 132 | 52 |
| Binary | 1010110 | 1011 | 11001100 | 111010 | 1011111 | 0 | 10100 | 100000111 | 1011010 | 101010 |
Color Harmonies of #560BCC
Complementary color
Monochromatic Colors of #560BCC
Black with #560BCC
Text Example
Text Example
White with #560BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560BCC; }
p { color: rgb(86,11,204); }
H1.HeaderClassName
{
color: #560BCC;
}
.AnyTagClassName
{
color: #560BCC;
}
</style>
background-color css
<style>
a { background-color: #560BCC; }
a { background-color: rgb(86,11,204); }
div.DivClassName
{
background-color: #560BCC;
}
.BgClassName
{
background-color: #560BCC;
}
</style>
border-color css
<style>
span { border-color: #560BCC; }
span { border-color: rgb(86,11,204); }
td.TdClassName
{
border-color: #560BCC;
}
.TagClassName
{
border-color: #560BCC;
}
</style>