Shades of Purple Heart #560ACC
Tints of Purple Heart #560ACC
RGB
CMYK
RGB Variations
Color information
#560ACC (or 0x560ACC) is known color: Purple Heart. HEX triplet: 56, 0A and CC. RGB value is (86,10,204). Sum of RGB (Red+Green+Blue) = 86+10+204=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #560ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560ACC is #A9F533. Grayscale: #363636. Windows color (decimal): -11138356 or 13371990. OLE color: 13371990.
HSL color Cylindrical-coordinate representation of color #560ACC: hue angle of 263.51º degrees, saturation: 0.91, 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 #560ACC is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 10 | 204 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.2 |
| HSL | 263.51º | 0.91% | 0.42% | - |
| HSV(B) | 263.51º | 0.95% | 0.8% | - |
| XYZ | 14.85 | 6.56 | 57.61 | - |
| YUV | 54.84 | 212.18 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 204 | 0.58 | 0.95 | 0 | 0.2 | 263.51 | 0.91 | 0.42 |
| Hex | 56 | A | CC | 3A | 5F | 0 | 14 | 108 | 5B | 2A |
| Octal | 126 | 12 | 314 | 72 | 137 | 0 | 24 | 410 | 133 | 52 |
| Binary | 1010110 | 1010 | 11001100 | 111010 | 1011111 | 0 | 10100 | 100001000 | 1011011 | 101010 |
Color Harmonies of #560ACC
Complementary color
Monochromatic Colors of #560ACC
Black with #560ACC
Text Example
Text Example
White with #560ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560ACC; }
p { color: rgb(86,10,204); }
H1.HeaderClassName
{
color: #560ACC;
}
.AnyTagClassName
{
color: #560ACC;
}
</style>
background-color css
<style>
a { background-color: #560ACC; }
a { background-color: rgb(86,10,204); }
div.DivClassName
{
background-color: #560ACC;
}
.BgClassName
{
background-color: #560ACC;
}
</style>
border-color css
<style>
span { border-color: #560ACC; }
span { border-color: rgb(86,10,204); }
td.TdClassName
{
border-color: #560ACC;
}
.TagClassName
{
border-color: #560ACC;
}
</style>