Shades of Purple Heart #570ACC
Tints of Purple Heart #570ACC
RGB
CMYK
RGB Variations
Color information
#570ACC (or 0x570ACC) is known color: Purple Heart. HEX triplet: 57, 0A and CC. RGB value is (87,10,204). Sum of RGB (Red+Green+Blue) = 87+10+204=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #570ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570ACC is #A8F533. Grayscale: #363636. Windows color (decimal): -11072820 or 13371991. OLE color: 13371991.
HSL color Cylindrical-coordinate representation of color #570ACC: hue angle of 263.81º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570ACC is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 10 | 204 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.2 |
| HSL | 263.81º | 0.91% | 0.42% | - |
| HSV(B) | 263.81º | 0.95% | 0.8% | - |
| XYZ | 14.94 | 6.6 | 57.61 | - |
| YUV | 55.14 | 212.01 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 204 | 0.57 | 0.95 | 0 | 0.2 | 263.81 | 0.91 | 0.42 |
| Hex | 57 | A | CC | 39 | 5F | 0 | 14 | 108 | 5B | 2A |
| Octal | 127 | 12 | 314 | 71 | 137 | 0 | 24 | 410 | 133 | 52 |
| Binary | 1010111 | 1010 | 11001100 | 111001 | 1011111 | 0 | 10100 | 100001000 | 1011011 | 101010 |
Color Harmonies of #570ACC
Complementary color
Monochromatic Colors of #570ACC
Black with #570ACC
Text Example
Text Example
White with #570ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570ACC; }
p { color: rgb(87,10,204); }
H1.HeaderClassName
{
color: #570ACC;
}
.AnyTagClassName
{
color: #570ACC;
}
</style>
background-color css
<style>
a { background-color: #570ACC; }
a { background-color: rgb(87,10,204); }
div.DivClassName
{
background-color: #570ACC;
}
.BgClassName
{
background-color: #570ACC;
}
</style>
border-color css
<style>
span { border-color: #570ACC; }
span { border-color: rgb(87,10,204); }
td.TdClassName
{
border-color: #570ACC;
}
.TagClassName
{
border-color: #570ACC;
}
</style>