Shades of Purple Heart #570CB8
Tints of Purple Heart #570CB8
RGB
CMYK
RGB Variations
Color information
#570CB8 (or 0x570CB8) is known color: Purple Heart. HEX triplet: 57, 0C and B8. RGB value is (87,12,184). Sum of RGB (Red+Green+Blue) = 87+12+184=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 184 (72.27% from 255 or 65.02% from 283); Max value from RGB is 184 - color contains mainly: blue. Hex color #570CB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570CB8 is #A8F347. Grayscale: #353535. Windows color (decimal): -11072328 or 12061783. OLE color: 12061783.
HSL color Cylindrical-coordinate representation of color #570CB8: hue angle of 266.16º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570CB8 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 12 | 184 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.28 |
| HSL | 266.16º | 0.88% | 0.38% | - |
| HSV(B) | 266.16º | 0.93% | 0.72% | - |
| XYZ | 12.71 | 5.75 | 45.79 | - |
| YUV | 54.03 | 201.35 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 184 | 0.53 | 0.93 | 0 | 0.28 | 266.16 | 0.88 | 0.38 |
| Hex | 57 | C | B8 | 35 | 5D | 0 | 1C | 10A | 58 | 26 |
| Octal | 127 | 14 | 270 | 65 | 135 | 0 | 34 | 412 | 130 | 46 |
| Binary | 1010111 | 1100 | 10111000 | 110101 | 1011101 | 0 | 11100 | 100001010 | 1011000 | 100110 |
Color Harmonies of #570CB8
Complementary color
Monochromatic Colors of #570CB8
Black with #570CB8
Text Example
Text Example
White with #570CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570CB8; }
p { color: rgb(87,12,184); }
H1.HeaderClassName
{
color: #570CB8;
}
.AnyTagClassName
{
color: #570CB8;
}
</style>
background-color css
<style>
a { background-color: #570CB8; }
a { background-color: rgb(87,12,184); }
div.DivClassName
{
background-color: #570CB8;
}
.BgClassName
{
background-color: #570CB8;
}
</style>
border-color css
<style>
span { border-color: #570CB8; }
span { border-color: rgb(87,12,184); }
td.TdClassName
{
border-color: #570CB8;
}
.TagClassName
{
border-color: #570CB8;
}
</style>