Shades of Purple Heart #562AB4
Tints of Purple Heart #562AB4
RGB
CMYK
RGB Variations
Color information
#562AB4 (or 0x562AB4) is known color: Purple Heart. HEX triplet: 56, 2A and B4. RGB value is (86,42,180). Sum of RGB (Red+Green+Blue) = 86+42+180=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #562AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562AB4 is #A9D54B. Grayscale: #464646. Windows color (decimal): -11130188 or 11807318. OLE color: 11807318.
HSL color Cylindrical-coordinate representation of color #562AB4: hue angle of 259.13º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562AB4 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 42 | 180 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.29 |
| HSL | 259.13º | 0.62% | 0.44% | - |
| HSV(B) | 259.13º | 0.77% | 0.71% | - |
| XYZ | 12.9 | 6.93 | 43.84 | - |
| YUV | 70.89 | 189.58 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 180 | 0.52 | 0.77 | 0 | 0.29 | 259.13 | 0.62 | 0.44 |
| Hex | 56 | 2A | B4 | 34 | 4D | 0 | 1D | 103 | 3E | 2C |
| Octal | 126 | 52 | 264 | 64 | 115 | 0 | 35 | 403 | 76 | 54 |
| Binary | 1010110 | 101010 | 10110100 | 110100 | 1001101 | 0 | 11101 | 100000011 | 111110 | 101100 |
Color Harmonies of #562AB4
Complementary color
Monochromatic Colors of #562AB4
Black with #562AB4
Text Example
Text Example
White with #562AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562AB4; }
p { color: rgb(86,42,180); }
H1.HeaderClassName
{
color: #562AB4;
}
.AnyTagClassName
{
color: #562AB4;
}
</style>
background-color css
<style>
a { background-color: #562AB4; }
a { background-color: rgb(86,42,180); }
div.DivClassName
{
background-color: #562AB4;
}
.BgClassName
{
background-color: #562AB4;
}
</style>
border-color css
<style>
span { border-color: #562AB4; }
span { border-color: rgb(86,42,180); }
td.TdClassName
{
border-color: #562AB4;
}
.TagClassName
{
border-color: #562AB4;
}
</style>