Shades of Purple Heart #570ABA
Tints of Purple Heart #570ABA
RGB
CMYK
RGB Variations
Color information
#570ABA (or 0x570ABA) is known color: Purple Heart. HEX triplet: 57, 0A and BA. RGB value is (87,10,186). Sum of RGB (Red+Green+Blue) = 87+10+186=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #570ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570ABA is #A8F545. Grayscale: #343434. Windows color (decimal): -11072838 or 12192343. OLE color: 12192343.
HSL color Cylindrical-coordinate representation of color #570ABA: hue angle of 266.25º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570ABA is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 10 | 186 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.27 |
| HSL | 266.25º | 0.9% | 0.38% | - |
| HSV(B) | 266.25º | 0.95% | 0.73% | - |
| XYZ | 12.9 | 5.79 | 46.89 | - |
| YUV | 53.09 | 203.01 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 186 | 0.53 | 0.95 | 0 | 0.27 | 266.25 | 0.9 | 0.38 |
| Hex | 57 | A | BA | 35 | 5F | 0 | 1B | 10A | 5A | 26 |
| Octal | 127 | 12 | 272 | 65 | 137 | 0 | 33 | 412 | 132 | 46 |
| Binary | 1010111 | 1010 | 10111010 | 110101 | 1011111 | 0 | 11011 | 100001010 | 1011010 | 100110 |
Color Harmonies of #570ABA
Complementary color
Monochromatic Colors of #570ABA
Black with #570ABA
Text Example
Text Example
White with #570ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570ABA; }
p { color: rgb(87,10,186); }
H1.HeaderClassName
{
color: #570ABA;
}
.AnyTagClassName
{
color: #570ABA;
}
</style>
background-color css
<style>
a { background-color: #570ABA; }
a { background-color: rgb(87,10,186); }
div.DivClassName
{
background-color: #570ABA;
}
.BgClassName
{
background-color: #570ABA;
}
</style>
border-color css
<style>
span { border-color: #570ABA; }
span { border-color: rgb(87,10,186); }
td.TdClassName
{
border-color: #570ABA;
}
.TagClassName
{
border-color: #570ABA;
}
</style>