Shades of Purple Heart #570BB8
Tints of Purple Heart #570BB8
RGB
CMYK
RGB Variations
Color information
#570BB8 (or 0x570BB8) is known color: Purple Heart. HEX triplet: 57, 0B and B8. RGB value is (87,11,184). Sum of RGB (Red+Green+Blue) = 87+11+184=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 184 (72.27% from 255 or 65.25% from 282); Max value from RGB is 184 - color contains mainly: blue. Hex color #570BB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570BB8 is #A8F447. Grayscale: #343434. Windows color (decimal): -11072584 or 12061527. OLE color: 12061527.
HSL color Cylindrical-coordinate representation of color #570BB8: hue angle of 266.36º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570BB8 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 11 | 184 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.28 |
| HSL | 266.36º | 0.89% | 0.38% | - |
| HSV(B) | 266.36º | 0.94% | 0.72% | - |
| XYZ | 12.7 | 5.73 | 45.78 | - |
| YUV | 53.45 | 201.68 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 184 | 0.53 | 0.94 | 0 | 0.28 | 266.36 | 0.89 | 0.38 |
| Hex | 57 | B | B8 | 35 | 5E | 0 | 1C | 10A | 59 | 26 |
| Octal | 127 | 13 | 270 | 65 | 136 | 0 | 34 | 412 | 131 | 46 |
| Binary | 1010111 | 1011 | 10111000 | 110101 | 1011110 | 0 | 11100 | 100001010 | 1011001 | 100110 |
Color Harmonies of #570BB8
Complementary color
Monochromatic Colors of #570BB8
Black with #570BB8
Text Example
Text Example
White with #570BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570BB8; }
p { color: rgb(87,11,184); }
H1.HeaderClassName
{
color: #570BB8;
}
.AnyTagClassName
{
color: #570BB8;
}
</style>
background-color css
<style>
a { background-color: #570BB8; }
a { background-color: rgb(87,11,184); }
div.DivClassName
{
background-color: #570BB8;
}
.BgClassName
{
background-color: #570BB8;
}
</style>
border-color css
<style>
span { border-color: #570BB8; }
span { border-color: rgb(87,11,184); }
td.TdClassName
{
border-color: #570BB8;
}
.TagClassName
{
border-color: #570BB8;
}
</style>