Shades of Purple Heart #572DAA
Tints of Purple Heart #572DAA
RGB
CMYK
RGB Variations
Color information
#572DAA (or 0x572DAA) is known color: Purple Heart. HEX triplet: 57, 2D and AA. RGB value is (87,45,170). Sum of RGB (Red+Green+Blue) = 87+45+170=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #572DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572DAA is #A8D255. Grayscale: #474747. Windows color (decimal): -11063894 or 11152727. OLE color: 11152727.
HSL color Cylindrical-coordinate representation of color #572DAA: hue angle of 260.16º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #572DAA is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 45 | 170 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.33 |
| HSL | 260.16º | 0.58% | 0.42% | - |
| HSV(B) | 260.16º | 0.74% | 0.67% | - |
| XYZ | 12.12 | 6.81 | 38.7 | - |
| YUV | 71.81 | 183.41 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 45 | 170 | 0.49 | 0.74 | 0 | 0.33 | 260.16 | 0.58 | 0.42 |
| Hex | 57 | 2D | AA | 31 | 4A | 0 | 21 | 104 | 3A | 2A |
| Octal | 127 | 55 | 252 | 61 | 112 | 0 | 41 | 404 | 72 | 52 |
| Binary | 1010111 | 101101 | 10101010 | 110001 | 1001010 | 0 | 100001 | 100000100 | 111010 | 101010 |
Color Harmonies of #572DAA
Complementary color
Monochromatic Colors of #572DAA
Black with #572DAA
Text Example
Text Example
White with #572DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572DAA; }
p { color: rgb(87,45,170); }
H1.HeaderClassName
{
color: #572DAA;
}
.AnyTagClassName
{
color: #572DAA;
}
</style>
background-color css
<style>
a { background-color: #572DAA; }
a { background-color: rgb(87,45,170); }
div.DivClassName
{
background-color: #572DAA;
}
.BgClassName
{
background-color: #572DAA;
}
</style>
border-color css
<style>
span { border-color: #572DAA; }
span { border-color: rgb(87,45,170); }
td.TdClassName
{
border-color: #572DAA;
}
.TagClassName
{
border-color: #572DAA;
}
</style>