Shades of Purple Heart #5713AB
Tints of Purple Heart #5713AB
RGB
CMYK
RGB Variations
Color information
#5713AB (or 0x5713AB) is known color: Purple Heart. HEX triplet: 57, 13 and AB. RGB value is (87,19,171). Sum of RGB (Red+Green+Blue) = 87+19+171=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #5713AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5713AB is #A8EC54. Grayscale: #383838. Windows color (decimal): -11070549 or 11211607. OLE color: 11211607.
HSL color Cylindrical-coordinate representation of color #5713AB: hue angle of 266.84º 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 #5713AB is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 19 | 171 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.33 |
| HSL | 266.84º | 0.8% | 0.37% | - |
| HSV(B) | 266.84º | 0.89% | 0.67% | - |
| XYZ | 11.51 | 5.43 | 38.97 | - |
| YUV | 56.66 | 192.53 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 19 | 171 | 0.49 | 0.89 | 0 | 0.33 | 266.84 | 0.8 | 0.37 |
| Hex | 57 | 13 | AB | 31 | 59 | 0 | 21 | 10B | 50 | 25 |
| Octal | 127 | 23 | 253 | 61 | 131 | 0 | 41 | 413 | 120 | 45 |
| Binary | 1010111 | 10011 | 10101011 | 110001 | 1011001 | 0 | 100001 | 100001011 | 1010000 | 100101 |
Color Harmonies of #5713AB
Complementary color
Monochromatic Colors of #5713AB
Black with #5713AB
Text Example
Text Example
White with #5713AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5713AB; }
p { color: rgb(87,19,171); }
H1.HeaderClassName
{
color: #5713AB;
}
.AnyTagClassName
{
color: #5713AB;
}
</style>
background-color css
<style>
a { background-color: #5713AB; }
a { background-color: rgb(87,19,171); }
div.DivClassName
{
background-color: #5713AB;
}
.BgClassName
{
background-color: #5713AB;
}
</style>
border-color css
<style>
span { border-color: #5713AB; }
span { border-color: rgb(87,19,171); }
td.TdClassName
{
border-color: #5713AB;
}
.TagClassName
{
border-color: #5713AB;
}
</style>