Shades of Purple Heart #570AAC
Tints of Purple Heart #570AAC
RGB
CMYK
RGB Variations
Color information
#570AAC (or 0x570AAC) is known color: Purple Heart. HEX triplet: 57, 0A and AC. RGB value is (87,10,172). Sum of RGB (Red+Green+Blue) = 87+10+172=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #570AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570AAC is #A8F553. Grayscale: #323232. Windows color (decimal): -11072852 or 11274839. OLE color: 11274839.
HSL color Cylindrical-coordinate representation of color #570AAC: hue angle of 268.52º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570AAC is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 10 | 172 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.33 |
| HSL | 268.52º | 0.89% | 0.36% | - |
| HSV(B) | 268.52º | 0.94% | 0.67% | - |
| XYZ | 11.49 | 5.22 | 39.43 | - |
| YUV | 51.49 | 196.01 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 172 | 0.49 | 0.94 | 0 | 0.33 | 268.52 | 0.89 | 0.36 |
| Hex | 57 | A | AC | 31 | 5E | 0 | 21 | 10D | 59 | 24 |
| Octal | 127 | 12 | 254 | 61 | 136 | 0 | 41 | 415 | 131 | 44 |
| Binary | 1010111 | 1010 | 10101100 | 110001 | 1011110 | 0 | 100001 | 100001101 | 1011001 | 100100 |
Color Harmonies of #570AAC
Complementary color
Monochromatic Colors of #570AAC
Black with #570AAC
Text Example
Text Example
White with #570AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570AAC; }
p { color: rgb(87,10,172); }
H1.HeaderClassName
{
color: #570AAC;
}
.AnyTagClassName
{
color: #570AAC;
}
</style>
background-color css
<style>
a { background-color: #570AAC; }
a { background-color: rgb(87,10,172); }
div.DivClassName
{
background-color: #570AAC;
}
.BgClassName
{
background-color: #570AAC;
}
</style>
border-color css
<style>
span { border-color: #570AAC; }
span { border-color: rgb(87,10,172); }
td.TdClassName
{
border-color: #570AAC;
}
.TagClassName
{
border-color: #570AAC;
}
</style>