Shades of Purple Heart #5620AB
Tints of Purple Heart #5620AB
RGB
CMYK
RGB Variations
Color information
#5620AB (or 0x5620AB) is known color: Purple Heart. HEX triplet: 56, 20 and AB. RGB value is (86,32,171). Sum of RGB (Red+Green+Blue) = 86+32+171=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #5620AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5620AB is #A9DF54. Grayscale: #3F3F3F. Windows color (decimal): -11132757 or 11214934. OLE color: 11214934.
HSL color Cylindrical-coordinate representation of color #5620AB: hue angle of 263.31º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5620AB is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 32 | 171 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.33 |
| HSL | 263.31º | 0.68% | 0.4% | - |
| HSV(B) | 263.31º | 0.81% | 0.67% | - |
| XYZ | 11.7 | 5.95 | 39.06 | - |
| YUV | 63.99 | 188.39 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 32 | 171 | 0.50 | 0.81 | 0 | 0.33 | 263.31 | 0.68 | 0.4 |
| Hex | 56 | 20 | AB | 32 | 51 | 0 | 21 | 107 | 44 | 28 |
| Octal | 126 | 40 | 253 | 62 | 121 | 0 | 41 | 407 | 104 | 50 |
| Binary | 1010110 | 100000 | 10101011 | 110010 | 1010001 | 0 | 100001 | 100000111 | 1000100 | 101000 |
Color Harmonies of #5620AB
Complementary color
Monochromatic Colors of #5620AB
Black with #5620AB
Text Example
Text Example
White with #5620AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5620AB; }
p { color: rgb(86,32,171); }
H1.HeaderClassName
{
color: #5620AB;
}
.AnyTagClassName
{
color: #5620AB;
}
</style>
background-color css
<style>
a { background-color: #5620AB; }
a { background-color: rgb(86,32,171); }
div.DivClassName
{
background-color: #5620AB;
}
.BgClassName
{
background-color: #5620AB;
}
</style>
border-color css
<style>
span { border-color: #5620AB; }
span { border-color: rgb(86,32,171); }
td.TdClassName
{
border-color: #5620AB;
}
.TagClassName
{
border-color: #5620AB;
}
</style>