Shades of Purple Heart #5718AA
Tints of Purple Heart #5718AA
RGB
CMYK
RGB Variations
Color information
#5718AA (or 0x5718AA) is known color: Purple Heart. HEX triplet: 57, 18 and AA. RGB value is (87,24,170). Sum of RGB (Red+Green+Blue) = 87+24+170=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #5718AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5718AA is #A8E755. Grayscale: #3A3A3A. Windows color (decimal): -11069270 or 11147351. OLE color: 11147351.
HSL color Cylindrical-coordinate representation of color #5718AA: hue angle of 265.89º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5718AA is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 24 | 170 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.33 |
| HSL | 265.89º | 0.75% | 0.38% | - |
| HSV(B) | 265.89º | 0.86% | 0.67% | - |
| XYZ | 11.51 | 5.58 | 38.5 | - |
| YUV | 59.48 | 190.37 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 170 | 0.49 | 0.86 | 0 | 0.33 | 265.89 | 0.75 | 0.38 |
| Hex | 57 | 18 | AA | 31 | 56 | 0 | 21 | 10A | 4B | 26 |
| Octal | 127 | 30 | 252 | 61 | 126 | 0 | 41 | 412 | 113 | 46 |
| Binary | 1010111 | 11000 | 10101010 | 110001 | 1010110 | 0 | 100001 | 100001010 | 1001011 | 100110 |
Color Harmonies of #5718AA
Complementary color
Monochromatic Colors of #5718AA
Black with #5718AA
Text Example
Text Example
White with #5718AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5718AA; }
p { color: rgb(87,24,170); }
H1.HeaderClassName
{
color: #5718AA;
}
.AnyTagClassName
{
color: #5718AA;
}
</style>
background-color css
<style>
a { background-color: #5718AA; }
a { background-color: rgb(87,24,170); }
div.DivClassName
{
background-color: #5718AA;
}
.BgClassName
{
background-color: #5718AA;
}
</style>
border-color css
<style>
span { border-color: #5718AA; }
span { border-color: rgb(87,24,170); }
td.TdClassName
{
border-color: #5718AA;
}
.TagClassName
{
border-color: #5718AA;
}
</style>