Shades of Purple Heart #571DAE
Tints of Purple Heart #571DAE
RGB
CMYK
RGB Variations
Color information
#571DAE (or 0x571DAE) is known color: Purple Heart. HEX triplet: 57, 1D and AE. RGB value is (87,29,174). Sum of RGB (Red+Green+Blue) = 87+29+174=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #571DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571DAE is #A8E251. Grayscale: #3E3E3E. Windows color (decimal): -11067986 or 11410775. OLE color: 11410775.
HSL color Cylindrical-coordinate representation of color #571DAE: hue angle of 264º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #571DAE is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 29 | 174 | - |
| CMYK | 0.5 | 0.83 | 0 | 0.32 |
| HSL | 264º | 0.71% | 0.4% | - |
| HSV(B) | 264º | 0.83% | 0.68% | - |
| XYZ | 12.01 | 5.96 | 40.56 | - |
| YUV | 62.87 | 190.72 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 29 | 174 | 0.5 | 0.83 | 0 | 0.32 | 264 | 0.71 | 0.4 |
| Hex | 57 | 1D | AE | 32 | 53 | 0 | 20 | 108 | 47 | 28 |
| Octal | 127 | 35 | 256 | 62 | 123 | 0 | 40 | 410 | 107 | 50 |
| Binary | 1010111 | 11101 | 10101110 | 110010 | 1010011 | 0 | 100000 | 100001000 | 1000111 | 101000 |
Color Harmonies of #571DAE
Complementary color
Monochromatic Colors of #571DAE
Black with #571DAE
Text Example
Text Example
White with #571DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571DAE; }
p { color: rgb(87,29,174); }
H1.HeaderClassName
{
color: #571DAE;
}
.AnyTagClassName
{
color: #571DAE;
}
</style>
background-color css
<style>
a { background-color: #571DAE; }
a { background-color: rgb(87,29,174); }
div.DivClassName
{
background-color: #571DAE;
}
.BgClassName
{
background-color: #571DAE;
}
</style>
border-color css
<style>
span { border-color: #571DAE; }
span { border-color: rgb(87,29,174); }
td.TdClassName
{
border-color: #571DAE;
}
.TagClassName
{
border-color: #571DAE;
}
</style>