Shades of Purple Heart #5622AB
Tints of Purple Heart #5622AB
RGB
CMYK
RGB Variations
Color information
#5622AB (or 0x5622AB) is known color: Purple Heart. HEX triplet: 56, 22 and AB. RGB value is (86,34,171). Sum of RGB (Red+Green+Blue) = 86+34+171=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #5622AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5622AB is #A9DD54. Grayscale: #404040. Windows color (decimal): -11132245 or 11215446. OLE color: 11215446.
HSL color Cylindrical-coordinate representation of color #5622AB: hue angle of 262.77º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5622AB is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 34 | 171 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.33 |
| HSL | 262.77º | 0.67% | 0.4% | - |
| HSV(B) | 262.77º | 0.8% | 0.67% | - |
| XYZ | 11.76 | 6.06 | 39.08 | - |
| YUV | 65.17 | 187.73 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 171 | 0.50 | 0.80 | 0 | 0.33 | 262.77 | 0.67 | 0.4 |
| Hex | 56 | 22 | AB | 32 | 50 | 0 | 21 | 107 | 43 | 28 |
| Octal | 126 | 42 | 253 | 62 | 120 | 0 | 41 | 407 | 103 | 50 |
| Binary | 1010110 | 100010 | 10101011 | 110010 | 1010000 | 0 | 100001 | 100000111 | 1000011 | 101000 |
Color Harmonies of #5622AB
Complementary color
Monochromatic Colors of #5622AB
Black with #5622AB
Text Example
Text Example
White with #5622AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5622AB; }
p { color: rgb(86,34,171); }
H1.HeaderClassName
{
color: #5622AB;
}
.AnyTagClassName
{
color: #5622AB;
}
</style>
background-color css
<style>
a { background-color: #5622AB; }
a { background-color: rgb(86,34,171); }
div.DivClassName
{
background-color: #5622AB;
}
.BgClassName
{
background-color: #5622AB;
}
</style>
border-color css
<style>
span { border-color: #5622AB; }
span { border-color: rgb(86,34,171); }
td.TdClassName
{
border-color: #5622AB;
}
.TagClassName
{
border-color: #5622AB;
}
</style>