Shades of Purple Heart #562ABA
Tints of Purple Heart #562ABA
RGB
CMYK
RGB Variations
Color information
#562ABA (or 0x562ABA) is known color: Purple Heart. HEX triplet: 56, 2A and BA. RGB value is (86,42,186). Sum of RGB (Red+Green+Blue) = 86+42+186=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #562ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ABA is #A9D545. Grayscale: #474747. Windows color (decimal): -11130182 or 12200534. OLE color: 12200534.
HSL color Cylindrical-coordinate representation of color #562ABA: hue angle of 258.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562ABA is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 42 | 186 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.27 |
| HSL | 258.33º | 0.63% | 0.45% | - |
| HSV(B) | 258.33º | 0.77% | 0.73% | - |
| XYZ | 13.53 | 7.18 | 47.13 | - |
| YUV | 71.57 | 192.58 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 186 | 0.54 | 0.77 | 0 | 0.27 | 258.33 | 0.63 | 0.45 |
| Hex | 56 | 2A | BA | 36 | 4D | 0 | 1B | 102 | 3F | 2D |
| Octal | 126 | 52 | 272 | 66 | 115 | 0 | 33 | 402 | 77 | 55 |
| Binary | 1010110 | 101010 | 10111010 | 110110 | 1001101 | 0 | 11011 | 100000010 | 111111 | 101101 |
Color Harmonies of #562ABA
Complementary color
Monochromatic Colors of #562ABA
Black with #562ABA
Text Example
Text Example
White with #562ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562ABA; }
p { color: rgb(86,42,186); }
H1.HeaderClassName
{
color: #562ABA;
}
.AnyTagClassName
{
color: #562ABA;
}
</style>
background-color css
<style>
a { background-color: #562ABA; }
a { background-color: rgb(86,42,186); }
div.DivClassName
{
background-color: #562ABA;
}
.BgClassName
{
background-color: #562ABA;
}
</style>
border-color css
<style>
span { border-color: #562ABA; }
span { border-color: rgb(86,42,186); }
td.TdClassName
{
border-color: #562ABA;
}
.TagClassName
{
border-color: #562ABA;
}
</style>