Shades of Purple Heart #562AB0
Tints of Purple Heart #562AB0
RGB
CMYK
RGB Variations
Color information
#562AB0 (or 0x562AB0) is known color: Purple Heart. HEX triplet: 56, 2A and B0. RGB value is (86,42,176). Sum of RGB (Red+Green+Blue) = 86+42+176=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 176 (69.14% from 255 or 57.89% from 304); Max value from RGB is 176 - color contains mainly: blue. Hex color #562AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562AB0 is #A9D54F. Grayscale: #454545. Windows color (decimal): -11130192 or 11545174. OLE color: 11545174.
HSL color Cylindrical-coordinate representation of color #562AB0: hue angle of 259.7º 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 #562AB0 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 42 | 176 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.31 |
| HSL | 259.7º | 0.61% | 0.43% | - |
| HSV(B) | 259.7º | 0.76% | 0.69% | - |
| XYZ | 12.5 | 6.77 | 41.72 | - |
| YUV | 70.43 | 187.58 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 176 | 0.51 | 0.76 | 0 | 0.31 | 259.7 | 0.61 | 0.43 |
| Hex | 56 | 2A | B0 | 33 | 4C | 0 | 1F | 104 | 3D | 2B |
| Octal | 126 | 52 | 260 | 63 | 114 | 0 | 37 | 404 | 75 | 53 |
| Binary | 1010110 | 101010 | 10110000 | 110011 | 1001100 | 0 | 11111 | 100000100 | 111101 | 101011 |
Color Harmonies of #562AB0
Complementary color
Monochromatic Colors of #562AB0
Black with #562AB0
Text Example
Text Example
White with #562AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562AB0; }
p { color: rgb(86,42,176); }
H1.HeaderClassName
{
color: #562AB0;
}
.AnyTagClassName
{
color: #562AB0;
}
</style>
background-color css
<style>
a { background-color: #562AB0; }
a { background-color: rgb(86,42,176); }
div.DivClassName
{
background-color: #562AB0;
}
.BgClassName
{
background-color: #562AB0;
}
</style>
border-color css
<style>
span { border-color: #562AB0; }
span { border-color: rgb(86,42,176); }
td.TdClassName
{
border-color: #562AB0;
}
.TagClassName
{
border-color: #562AB0;
}
</style>