Shades of Purple Heart #5710AB
Tints of Purple Heart #5710AB
RGB
CMYK
RGB Variations
Color information
#5710AB (or 0x5710AB) is known color: Purple Heart. HEX triplet: 57, 10 and AB. RGB value is (87,16,171). Sum of RGB (Red+Green+Blue) = 87+16+171=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #5710AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5710AB is #A8EF54. Grayscale: #363636. Windows color (decimal): -11071317 or 11210839. OLE color: 11210839.
HSL color Cylindrical-coordinate representation of color #5710AB: hue angle of 267.48º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5710AB is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 16 | 171 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.33 |
| HSL | 267.48º | 0.83% | 0.37% | - |
| HSV(B) | 267.48º | 0.91% | 0.67% | - |
| XYZ | 11.47 | 5.34 | 38.95 | - |
| YUV | 54.9 | 193.52 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 171 | 0.49 | 0.91 | 0 | 0.33 | 267.48 | 0.83 | 0.37 |
| Hex | 57 | 10 | AB | 31 | 5B | 0 | 21 | 10B | 53 | 25 |
| Octal | 127 | 20 | 253 | 61 | 133 | 0 | 41 | 413 | 123 | 45 |
| Binary | 1010111 | 10000 | 10101011 | 110001 | 1011011 | 0 | 100001 | 100001011 | 1010011 | 100101 |
Color Harmonies of #5710AB
Complementary color
Monochromatic Colors of #5710AB
Black with #5710AB
Text Example
Text Example
White with #5710AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5710AB; }
p { color: rgb(87,16,171); }
H1.HeaderClassName
{
color: #5710AB;
}
.AnyTagClassName
{
color: #5710AB;
}
</style>
background-color css
<style>
a { background-color: #5710AB; }
a { background-color: rgb(87,16,171); }
div.DivClassName
{
background-color: #5710AB;
}
.BgClassName
{
background-color: #5710AB;
}
</style>
border-color css
<style>
span { border-color: #5710AB; }
span { border-color: rgb(87,16,171); }
td.TdClassName
{
border-color: #5710AB;
}
.TagClassName
{
border-color: #5710AB;
}
</style>