Shades of Purple Heart #570BC2
Tints of Purple Heart #570BC2
RGB
CMYK
RGB Variations
Color information
#570BC2 (or 0x570BC2) is known color: Purple Heart. HEX triplet: 57, 0B and C2. RGB value is (87,11,194). Sum of RGB (Red+Green+Blue) = 87+11+194=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 194 (76.17% from 255 or 66.44% from 292); Max value from RGB is 194 - color contains mainly: blue. Hex color #570BC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570BC2 is #A8F43D. Grayscale: #353535. Windows color (decimal): -11072574 or 12716887. OLE color: 12716887.
HSL color Cylindrical-coordinate representation of color #570BC2: hue angle of 264.92º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570BC2 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 11 | 194 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.24 |
| HSL | 264.92º | 0.89% | 0.4% | - |
| HSV(B) | 264.92º | 0.94% | 0.76% | - |
| XYZ | 13.79 | 6.16 | 51.5 | - |
| YUV | 54.59 | 206.68 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 194 | 0.55 | 0.94 | 0 | 0.24 | 264.92 | 0.89 | 0.4 |
| Hex | 57 | B | C2 | 37 | 5E | 0 | 18 | 109 | 59 | 28 |
| Octal | 127 | 13 | 302 | 67 | 136 | 0 | 30 | 411 | 131 | 50 |
| Binary | 1010111 | 1011 | 11000010 | 110111 | 1011110 | 0 | 11000 | 100001001 | 1011001 | 101000 |
Color Harmonies of #570BC2
Complementary color
Monochromatic Colors of #570BC2
Black with #570BC2
Text Example
Text Example
White with #570BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570BC2; }
p { color: rgb(87,11,194); }
H1.HeaderClassName
{
color: #570BC2;
}
.AnyTagClassName
{
color: #570BC2;
}
</style>
background-color css
<style>
a { background-color: #570BC2; }
a { background-color: rgb(87,11,194); }
div.DivClassName
{
background-color: #570BC2;
}
.BgClassName
{
background-color: #570BC2;
}
</style>
border-color css
<style>
span { border-color: #570BC2; }
span { border-color: rgb(87,11,194); }
td.TdClassName
{
border-color: #570BC2;
}
.TagClassName
{
border-color: #570BC2;
}
</style>