Shades of Purple Heart #571AAA
Tints of Purple Heart #571AAA
RGB
CMYK
RGB Variations
Color information
#571AAA (or 0x571AAA) is known color: Purple Heart. HEX triplet: 57, 1A and AA. RGB value is (87,26,170). Sum of RGB (Red+Green+Blue) = 87+26+170=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #571AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571AAA is #A8E555. Grayscale: #3C3C3C. Windows color (decimal): -11068758 or 11147863. OLE color: 11147863.
HSL color Cylindrical-coordinate representation of color #571AAA: hue angle of 265.42º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #571AAA is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 26 | 170 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.33 |
| HSL | 265.42º | 0.73% | 0.38% | - |
| HSV(B) | 265.42º | 0.85% | 0.67% | - |
| XYZ | 11.56 | 5.67 | 38.52 | - |
| YUV | 60.66 | 189.71 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 170 | 0.49 | 0.85 | 0 | 0.33 | 265.42 | 0.73 | 0.38 |
| Hex | 57 | 1A | AA | 31 | 55 | 0 | 21 | 109 | 49 | 26 |
| Octal | 127 | 32 | 252 | 61 | 125 | 0 | 41 | 411 | 111 | 46 |
| Binary | 1010111 | 11010 | 10101010 | 110001 | 1010101 | 0 | 100001 | 100001001 | 1001001 | 100110 |
Color Harmonies of #571AAA
Complementary color
Monochromatic Colors of #571AAA
Black with #571AAA
Text Example
Text Example
White with #571AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571AAA; }
p { color: rgb(87,26,170); }
H1.HeaderClassName
{
color: #571AAA;
}
.AnyTagClassName
{
color: #571AAA;
}
</style>
background-color css
<style>
a { background-color: #571AAA; }
a { background-color: rgb(87,26,170); }
div.DivClassName
{
background-color: #571AAA;
}
.BgClassName
{
background-color: #571AAA;
}
</style>
border-color css
<style>
span { border-color: #571AAA; }
span { border-color: rgb(87,26,170); }
td.TdClassName
{
border-color: #571AAA;
}
.TagClassName
{
border-color: #571AAA;
}
</style>