Shades of Purple Heart #560CAC
Tints of Purple Heart #560CAC
RGB
CMYK
RGB Variations
Color information
#560CAC (or 0x560CAC) is known color: Purple Heart. HEX triplet: 56, 0C and AC. RGB value is (86,12,172). Sum of RGB (Red+Green+Blue) = 86+12+172=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #560CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560CAC is #A9F353. Grayscale: #333333. Windows color (decimal): -11137876 or 11275350. OLE color: 11275350.
HSL color Cylindrical-coordinate representation of color #560CAC: hue angle of 267.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560CAC is Cyan = 0.5, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 12 | 172 | - |
| CMYK | 0.5 | 0.93 | 0 | 0.33 |
| HSL | 267.75º | 0.87% | 0.36% | - |
| HSV(B) | 267.75º | 0.93% | 0.67% | - |
| XYZ | 11.42 | 5.22 | 39.44 | - |
| YUV | 52.37 | 195.52 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 172 | 0.5 | 0.93 | 0 | 0.33 | 267.75 | 0.87 | 0.36 |
| Hex | 56 | C | AC | 32 | 5D | 0 | 21 | 10C | 57 | 24 |
| Octal | 126 | 14 | 254 | 62 | 135 | 0 | 41 | 414 | 127 | 44 |
| Binary | 1010110 | 1100 | 10101100 | 110010 | 1011101 | 0 | 100001 | 100001100 | 1010111 | 100100 |
Color Harmonies of #560CAC
Complementary color
Monochromatic Colors of #560CAC
Black with #560CAC
Text Example
Text Example
White with #560CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560CAC; }
p { color: rgb(86,12,172); }
H1.HeaderClassName
{
color: #560CAC;
}
.AnyTagClassName
{
color: #560CAC;
}
</style>
background-color css
<style>
a { background-color: #560CAC; }
a { background-color: rgb(86,12,172); }
div.DivClassName
{
background-color: #560CAC;
}
.BgClassName
{
background-color: #560CAC;
}
</style>
border-color css
<style>
span { border-color: #560CAC; }
span { border-color: rgb(86,12,172); }
td.TdClassName
{
border-color: #560CAC;
}
.TagClassName
{
border-color: #560CAC;
}
</style>