Shades of Purple Heart #560CAE
Tints of Purple Heart #560CAE
RGB
CMYK
RGB Variations
Color information
#560CAE (or 0x560CAE) is known color: Purple Heart. HEX triplet: 56, 0C and AE. RGB value is (86,12,174). Sum of RGB (Red+Green+Blue) = 86+12+174=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #560CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560CAE is #A9F351. Grayscale: #343434. Windows color (decimal): -11137874 or 11406422. OLE color: 11406422.
HSL color Cylindrical-coordinate representation of color #560CAE: hue angle of 267.41º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560CAE is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 12 | 174 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.32 |
| HSL | 267.41º | 0.87% | 0.36% | - |
| HSV(B) | 267.41º | 0.93% | 0.68% | - |
| XYZ | 11.61 | 5.3 | 40.46 | - |
| YUV | 52.59 | 196.52 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 174 | 0.51 | 0.93 | 0 | 0.32 | 267.41 | 0.87 | 0.36 |
| Hex | 56 | C | AE | 33 | 5D | 0 | 20 | 10B | 57 | 24 |
| Octal | 126 | 14 | 256 | 63 | 135 | 0 | 40 | 413 | 127 | 44 |
| Binary | 1010110 | 1100 | 10101110 | 110011 | 1011101 | 0 | 100000 | 100001011 | 1010111 | 100100 |
Color Harmonies of #560CAE
Complementary color
Monochromatic Colors of #560CAE
Black with #560CAE
Text Example
Text Example
White with #560CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560CAE; }
p { color: rgb(86,12,174); }
H1.HeaderClassName
{
color: #560CAE;
}
.AnyTagClassName
{
color: #560CAE;
}
</style>
background-color css
<style>
a { background-color: #560CAE; }
a { background-color: rgb(86,12,174); }
div.DivClassName
{
background-color: #560CAE;
}
.BgClassName
{
background-color: #560CAE;
}
</style>
border-color css
<style>
span { border-color: #560CAE; }
span { border-color: rgb(86,12,174); }
td.TdClassName
{
border-color: #560CAE;
}
.TagClassName
{
border-color: #560CAE;
}
</style>