Shades of Purple Heart #571AAE
Tints of Purple Heart #571AAE
RGB
CMYK
RGB Variations
Color information
#571AAE (or 0x571AAE) is known color: Purple Heart. HEX triplet: 57, 1A and AE. RGB value is (87,26,174). Sum of RGB (Red+Green+Blue) = 87+26+174=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #571AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571AAE is #A8E551. Grayscale: #3C3C3C. Windows color (decimal): -11068754 or 11410007. OLE color: 11410007.
HSL color Cylindrical-coordinate representation of color #571AAE: hue angle of 264.73º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #571AAE is Cyan = 0.5, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 26 | 174 | - |
| CMYK | 0.5 | 0.85 | 0 | 0.32 |
| HSL | 264.73º | 0.74% | 0.39% | - |
| HSV(B) | 264.73º | 0.85% | 0.68% | - |
| XYZ | 11.94 | 5.82 | 40.54 | - |
| YUV | 61.11 | 191.71 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 174 | 0.5 | 0.85 | 0 | 0.32 | 264.73 | 0.74 | 0.39 |
| Hex | 57 | 1A | AE | 32 | 55 | 0 | 20 | 109 | 4A | 27 |
| Octal | 127 | 32 | 256 | 62 | 125 | 0 | 40 | 411 | 112 | 47 |
| Binary | 1010111 | 11010 | 10101110 | 110010 | 1010101 | 0 | 100000 | 100001001 | 1001010 | 100111 |
Color Harmonies of #571AAE
Complementary color
Monochromatic Colors of #571AAE
Black with #571AAE
Text Example
Text Example
White with #571AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571AAE; }
p { color: rgb(87,26,174); }
H1.HeaderClassName
{
color: #571AAE;
}
.AnyTagClassName
{
color: #571AAE;
}
</style>
background-color css
<style>
a { background-color: #571AAE; }
a { background-color: rgb(87,26,174); }
div.DivClassName
{
background-color: #571AAE;
}
.BgClassName
{
background-color: #571AAE;
}
</style>
border-color css
<style>
span { border-color: #571AAE; }
span { border-color: rgb(87,26,174); }
td.TdClassName
{
border-color: #571AAE;
}
.TagClassName
{
border-color: #571AAE;
}
</style>