Shades of Purple Heart #562AA8
Tints of Purple Heart #562AA8
RGB
CMYK
RGB Variations
Color information
#562AA8 (or 0x562AA8) is known color: Purple Heart. HEX triplet: 56, 2A and A8. RGB value is (86,42,168). Sum of RGB (Red+Green+Blue) = 86+42+168=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 168 (66.02% from 255 or 56.76% from 296); Max value from RGB is 168 - color contains mainly: blue. Hex color #562AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562AA8 is #A9D557. Grayscale: #454545. Windows color (decimal): -11130200 or 11020886. OLE color: 11020886.
HSL color Cylindrical-coordinate representation of color #562AA8: hue angle of 260.95º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #562AA8 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 42 | 168 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.34 |
| HSL | 260.95º | 0.6% | 0.41% | - |
| HSV(B) | 260.95º | 0.75% | 0.66% | - |
| XYZ | 11.73 | 6.46 | 37.67 | - |
| YUV | 69.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 168 | 0.49 | 0.75 | 0 | 0.34 | 260.95 | 0.6 | 0.41 |
| Hex | 56 | 2A | A8 | 31 | 4B | 0 | 22 | 105 | 3C | 29 |
| Octal | 126 | 52 | 250 | 61 | 113 | 0 | 42 | 405 | 74 | 51 |
| Binary | 1010110 | 101010 | 10101000 | 110001 | 1001011 | 0 | 100010 | 100000101 | 111100 | 101001 |
Color Harmonies of #562AA8
Complementary color
Monochromatic Colors of #562AA8
Black with #562AA8
Text Example
Text Example
White with #562AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562AA8; }
p { color: rgb(86,42,168); }
H1.HeaderClassName
{
color: #562AA8;
}
.AnyTagClassName
{
color: #562AA8;
}
</style>
background-color css
<style>
a { background-color: #562AA8; }
a { background-color: rgb(86,42,168); }
div.DivClassName
{
background-color: #562AA8;
}
.BgClassName
{
background-color: #562AA8;
}
</style>
border-color css
<style>
span { border-color: #562AA8; }
span { border-color: rgb(86,42,168); }
td.TdClassName
{
border-color: #562AA8;
}
.TagClassName
{
border-color: #562AA8;
}
</style>