Shades of Purple Heart #570CB7
Tints of Purple Heart #570CB7
RGB
CMYK
RGB Variations
Color information
#570CB7 (or 0x570CB7) is known color: Purple Heart. HEX triplet: 57, 0C and B7. RGB value is (87,12,183). Sum of RGB (Red+Green+Blue) = 87+12+183=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 183 (71.88% from 255 or 64.89% from 282); Max value from RGB is 183 - color contains mainly: blue. Hex color #570CB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570CB7 is #A8F348. Grayscale: #353535. Windows color (decimal): -11072329 or 11996247. OLE color: 11996247.
HSL color Cylindrical-coordinate representation of color #570CB7: hue angle of 266.32º 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 #570CB7 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 12 | 183 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.28 |
| HSL | 266.32º | 0.88% | 0.38% | - |
| HSV(B) | 266.32º | 0.93% | 0.72% | - |
| XYZ | 12.61 | 5.71 | 45.24 | - |
| YUV | 53.92 | 200.85 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 183 | 0.52 | 0.93 | 0 | 0.28 | 266.32 | 0.88 | 0.38 |
| Hex | 57 | C | B7 | 34 | 5D | 0 | 1C | 10A | 58 | 26 |
| Octal | 127 | 14 | 267 | 64 | 135 | 0 | 34 | 412 | 130 | 46 |
| Binary | 1010111 | 1100 | 10110111 | 110100 | 1011101 | 0 | 11100 | 100001010 | 1011000 | 100110 |
Color Harmonies of #570CB7
Complementary color
Monochromatic Colors of #570CB7
Black with #570CB7
Text Example
Text Example
White with #570CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570CB7; }
p { color: rgb(87,12,183); }
H1.HeaderClassName
{
color: #570CB7;
}
.AnyTagClassName
{
color: #570CB7;
}
</style>
background-color css
<style>
a { background-color: #570CB7; }
a { background-color: rgb(87,12,183); }
div.DivClassName
{
background-color: #570CB7;
}
.BgClassName
{
background-color: #570CB7;
}
</style>
border-color css
<style>
span { border-color: #570CB7; }
span { border-color: rgb(87,12,183); }
td.TdClassName
{
border-color: #570CB7;
}
.TagClassName
{
border-color: #570CB7;
}
</style>