Shades of Purple Heart #560AAE
Tints of Purple Heart #560AAE
RGB
CMYK
RGB Variations
Color information
#560AAE (or 0x560AAE) is known color: Purple Heart. HEX triplet: 56, 0A and AE. RGB value is (86,10,174). Sum of RGB (Red+Green+Blue) = 86+10+174=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #560AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560AAE is #A9F551. Grayscale: #323232. Windows color (decimal): -11138386 or 11405910. OLE color: 11405910.
HSL color Cylindrical-coordinate representation of color #560AAE: hue angle of 267.8º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560AAE is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 10 | 174 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.32 |
| HSL | 267.8º | 0.89% | 0.36% | - |
| HSV(B) | 267.8º | 0.94% | 0.68% | - |
| XYZ | 11.59 | 5.25 | 40.45 | - |
| YUV | 51.42 | 197.18 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 174 | 0.51 | 0.94 | 0 | 0.32 | 267.8 | 0.89 | 0.36 |
| Hex | 56 | A | AE | 33 | 5E | 0 | 20 | 10C | 59 | 24 |
| Octal | 126 | 12 | 256 | 63 | 136 | 0 | 40 | 414 | 131 | 44 |
| Binary | 1010110 | 1010 | 10101110 | 110011 | 1011110 | 0 | 100000 | 100001100 | 1011001 | 100100 |
Color Harmonies of #560AAE
Complementary color
Monochromatic Colors of #560AAE
Black with #560AAE
Text Example
Text Example
White with #560AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560AAE; }
p { color: rgb(86,10,174); }
H1.HeaderClassName
{
color: #560AAE;
}
.AnyTagClassName
{
color: #560AAE;
}
</style>
background-color css
<style>
a { background-color: #560AAE; }
a { background-color: rgb(86,10,174); }
div.DivClassName
{
background-color: #560AAE;
}
.BgClassName
{
background-color: #560AAE;
}
</style>
border-color css
<style>
span { border-color: #560AAE; }
span { border-color: rgb(86,10,174); }
td.TdClassName
{
border-color: #560AAE;
}
.TagClassName
{
border-color: #560AAE;
}
</style>