Shades of Purple Heart #562ABC
Tints of Purple Heart #562ABC
RGB
CMYK
RGB Variations
Color information
#562ABC (or 0x562ABC) is known color: Purple Heart. HEX triplet: 56, 2A and BC. RGB value is (86,42,188). Sum of RGB (Red+Green+Blue) = 86+42+188=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #562ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ABC is #A9D543. Grayscale: #474747. Windows color (decimal): -11130180 or 12331606. OLE color: 12331606.
HSL color Cylindrical-coordinate representation of color #562ABC: hue angle of 258.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562ABC is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 42 | 188 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.26 |
| HSL | 258.08º | 0.63% | 0.45% | - |
| HSV(B) | 258.08º | 0.78% | 0.74% | - |
| XYZ | 13.74 | 7.27 | 48.25 | - |
| YUV | 71.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 188 | 0.54 | 0.78 | 0 | 0.26 | 258.08 | 0.63 | 0.45 |
| Hex | 56 | 2A | BC | 36 | 4E | 0 | 1A | 102 | 3F | 2D |
| Octal | 126 | 52 | 274 | 66 | 116 | 0 | 32 | 402 | 77 | 55 |
| Binary | 1010110 | 101010 | 10111100 | 110110 | 1001110 | 0 | 11010 | 100000010 | 111111 | 101101 |
Color Harmonies of #562ABC
Complementary color
Monochromatic Colors of #562ABC
Black with #562ABC
Text Example
Text Example
White with #562ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562ABC; }
p { color: rgb(86,42,188); }
H1.HeaderClassName
{
color: #562ABC;
}
.AnyTagClassName
{
color: #562ABC;
}
</style>
background-color css
<style>
a { background-color: #562ABC; }
a { background-color: rgb(86,42,188); }
div.DivClassName
{
background-color: #562ABC;
}
.BgClassName
{
background-color: #562ABC;
}
</style>
border-color css
<style>
span { border-color: #562ABC; }
span { border-color: rgb(86,42,188); }
td.TdClassName
{
border-color: #562ABC;
}
.TagClassName
{
border-color: #562ABC;
}
</style>