Shades of Purple Heart #5613AB
Tints of Purple Heart #5613AB
RGB
CMYK
RGB Variations
Color information
#5613AB (or 0x5613AB) is known color: Purple Heart. HEX triplet: 56, 13 and AB. RGB value is (86,19,171). Sum of RGB (Red+Green+Blue) = 86+19+171=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #5613AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5613AB is #A9EC54. Grayscale: #373737. Windows color (decimal): -11136085 or 11211606. OLE color: 11211606.
HSL color Cylindrical-coordinate representation of color #5613AB: hue angle of 266.45º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5613AB is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 19 | 171 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.33 |
| HSL | 266.45º | 0.8% | 0.37% | - |
| HSV(B) | 266.45º | 0.89% | 0.67% | - |
| XYZ | 11.42 | 5.38 | 38.97 | - |
| YUV | 56.36 | 192.7 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 171 | 0.50 | 0.89 | 0 | 0.33 | 266.45 | 0.8 | 0.37 |
| Hex | 56 | 13 | AB | 32 | 59 | 0 | 21 | 10A | 50 | 25 |
| Octal | 126 | 23 | 253 | 62 | 131 | 0 | 41 | 412 | 120 | 45 |
| Binary | 1010110 | 10011 | 10101011 | 110010 | 1011001 | 0 | 100001 | 100001010 | 1010000 | 100101 |
Color Harmonies of #5613AB
Complementary color
Monochromatic Colors of #5613AB
Black with #5613AB
Text Example
Text Example
White with #5613AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5613AB; }
p { color: rgb(86,19,171); }
H1.HeaderClassName
{
color: #5613AB;
}
.AnyTagClassName
{
color: #5613AB;
}
</style>
background-color css
<style>
a { background-color: #5613AB; }
a { background-color: rgb(86,19,171); }
div.DivClassName
{
background-color: #5613AB;
}
.BgClassName
{
background-color: #5613AB;
}
</style>
border-color css
<style>
span { border-color: #5613AB; }
span { border-color: rgb(86,19,171); }
td.TdClassName
{
border-color: #5613AB;
}
.TagClassName
{
border-color: #5613AB;
}
</style>