Shades of Purple Heart #5716AA
Tints of Purple Heart #5716AA
RGB
CMYK
RGB Variations
Color information
#5716AA (or 0x5716AA) is known color: Purple Heart. HEX triplet: 57, 16 and AA. RGB value is (87,22,170). Sum of RGB (Red+Green+Blue) = 87+22+170=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #5716AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5716AA is #A8E955. Grayscale: #393939. Windows color (decimal): -11069782 or 11146839. OLE color: 11146839.
HSL color Cylindrical-coordinate representation of color #5716AA: hue angle of 266.35º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5716AA is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 22 | 170 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.33 |
| HSL | 266.35º | 0.77% | 0.38% | - |
| HSV(B) | 266.35º | 0.87% | 0.67% | - |
| XYZ | 11.47 | 5.5 | 38.49 | - |
| YUV | 58.31 | 191.03 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 170 | 0.49 | 0.87 | 0 | 0.33 | 266.35 | 0.77 | 0.38 |
| Hex | 57 | 16 | AA | 31 | 57 | 0 | 21 | 10A | 4D | 26 |
| Octal | 127 | 26 | 252 | 61 | 127 | 0 | 41 | 412 | 115 | 46 |
| Binary | 1010111 | 10110 | 10101010 | 110001 | 1010111 | 0 | 100001 | 100001010 | 1001101 | 100110 |
Color Harmonies of #5716AA
Complementary color
Monochromatic Colors of #5716AA
Black with #5716AA
Text Example
Text Example
White with #5716AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5716AA; }
p { color: rgb(87,22,170); }
H1.HeaderClassName
{
color: #5716AA;
}
.AnyTagClassName
{
color: #5716AA;
}
</style>
background-color css
<style>
a { background-color: #5716AA; }
a { background-color: rgb(87,22,170); }
div.DivClassName
{
background-color: #5716AA;
}
.BgClassName
{
background-color: #5716AA;
}
</style>
border-color css
<style>
span { border-color: #5716AA; }
span { border-color: rgb(87,22,170); }
td.TdClassName
{
border-color: #5716AA;
}
.TagClassName
{
border-color: #5716AA;
}
</style>