Shades of Purple Heart #562AAF
Tints of Purple Heart #562AAF
RGB
CMYK
RGB Variations
Color information
#562AAF (or 0x562AAF) is known color: Purple Heart. HEX triplet: 56, 2A and AF. RGB value is (86,42,175). Sum of RGB (Red+Green+Blue) = 86+42+175=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #562AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562AAF is #A9D550. Grayscale: #454545. Windows color (decimal): -11130193 or 11479638. OLE color: 11479638.
HSL color Cylindrical-coordinate representation of color #562AAF: hue angle of 259.85º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562AAF is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 42 | 175 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.31 |
| HSL | 259.85º | 0.61% | 0.43% | - |
| HSV(B) | 259.85º | 0.76% | 0.69% | - |
| XYZ | 12.4 | 6.73 | 41.2 | - |
| YUV | 70.32 | 187.08 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 175 | 0.51 | 0.76 | 0 | 0.31 | 259.85 | 0.61 | 0.43 |
| Hex | 56 | 2A | AF | 33 | 4C | 0 | 1F | 104 | 3D | 2B |
| Octal | 126 | 52 | 257 | 63 | 114 | 0 | 37 | 404 | 75 | 53 |
| Binary | 1010110 | 101010 | 10101111 | 110011 | 1001100 | 0 | 11111 | 100000100 | 111101 | 101011 |
Color Harmonies of #562AAF
Complementary color
Monochromatic Colors of #562AAF
Black with #562AAF
Text Example
Text Example
White with #562AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562AAF; }
p { color: rgb(86,42,175); }
H1.HeaderClassName
{
color: #562AAF;
}
.AnyTagClassName
{
color: #562AAF;
}
</style>
background-color css
<style>
a { background-color: #562AAF; }
a { background-color: rgb(86,42,175); }
div.DivClassName
{
background-color: #562AAF;
}
.BgClassName
{
background-color: #562AAF;
}
</style>
border-color css
<style>
span { border-color: #562AAF; }
span { border-color: rgb(86,42,175); }
td.TdClassName
{
border-color: #562AAF;
}
.TagClassName
{
border-color: #562AAF;
}
</style>