Shades of Purple Heart #5619AB
Tints of Purple Heart #5619AB
RGB
CMYK
RGB Variations
Color information
#5619AB (or 0x5619AB) is known color: Purple Heart. HEX triplet: 56, 19 and AB. RGB value is (86,25,171). Sum of RGB (Red+Green+Blue) = 86+25+171=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #5619AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5619AB is #A9E654. Grayscale: #3B3B3B. Windows color (decimal): -11134549 or 11213142. OLE color: 11213142.
HSL color Cylindrical-coordinate representation of color #5619AB: hue angle of 265.07º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5619AB is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 25 | 171 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.33 |
| HSL | 265.07º | 0.74% | 0.38% | - |
| HSV(B) | 265.07º | 0.85% | 0.67% | - |
| XYZ | 11.54 | 5.61 | 39 | - |
| YUV | 59.88 | 190.71 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 171 | 0.50 | 0.85 | 0 | 0.33 | 265.07 | 0.74 | 0.38 |
| Hex | 56 | 19 | AB | 32 | 55 | 0 | 21 | 109 | 4A | 26 |
| Octal | 126 | 31 | 253 | 62 | 125 | 0 | 41 | 411 | 112 | 46 |
| Binary | 1010110 | 11001 | 10101011 | 110010 | 1010101 | 0 | 100001 | 100001001 | 1001010 | 100110 |
Color Harmonies of #5619AB
Complementary color
Monochromatic Colors of #5619AB
Black with #5619AB
Text Example
Text Example
White with #5619AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5619AB; }
p { color: rgb(86,25,171); }
H1.HeaderClassName
{
color: #5619AB;
}
.AnyTagClassName
{
color: #5619AB;
}
</style>
background-color css
<style>
a { background-color: #5619AB; }
a { background-color: rgb(86,25,171); }
div.DivClassName
{
background-color: #5619AB;
}
.BgClassName
{
background-color: #5619AB;
}
</style>
border-color css
<style>
span { border-color: #5619AB; }
span { border-color: rgb(86,25,171); }
td.TdClassName
{
border-color: #5619AB;
}
.TagClassName
{
border-color: #5619AB;
}
</style>