Shades of Purple Heart #570CC7
Tints of Purple Heart #570CC7
RGB
CMYK
RGB Variations
Color information
#570CC7 (or 0x570CC7) is known color: Purple Heart. HEX triplet: 57, 0C and C7. RGB value is (87,12,199). Sum of RGB (Red+Green+Blue) = 87+12+199=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 199 (78.12% from 255 or 66.78% from 298); Max value from RGB is 199 - color contains mainly: blue. Hex color #570CC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570CC7 is #A8F338. Grayscale: #373737. Windows color (decimal): -11072313 or 13044823. OLE color: 13044823.
HSL color Cylindrical-coordinate representation of color #570CC7: hue angle of 264.06º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570CC7 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 12 | 199 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.22 |
| HSL | 264.06º | 0.89% | 0.41% | - |
| HSV(B) | 264.06º | 0.94% | 0.78% | - |
| XYZ | 14.37 | 6.41 | 54.51 | - |
| YUV | 55.74 | 208.85 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 199 | 0.56 | 0.94 | 0 | 0.22 | 264.06 | 0.89 | 0.41 |
| Hex | 57 | C | C7 | 38 | 5E | 0 | 16 | 108 | 59 | 29 |
| Octal | 127 | 14 | 307 | 70 | 136 | 0 | 26 | 410 | 131 | 51 |
| Binary | 1010111 | 1100 | 11000111 | 111000 | 1011110 | 0 | 10110 | 100001000 | 1011001 | 101001 |
Color Harmonies of #570CC7
Complementary color
Monochromatic Colors of #570CC7
Black with #570CC7
Text Example
Text Example
White with #570CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570CC7; }
p { color: rgb(87,12,199); }
H1.HeaderClassName
{
color: #570CC7;
}
.AnyTagClassName
{
color: #570CC7;
}
</style>
background-color css
<style>
a { background-color: #570CC7; }
a { background-color: rgb(87,12,199); }
div.DivClassName
{
background-color: #570CC7;
}
.BgClassName
{
background-color: #570CC7;
}
</style>
border-color css
<style>
span { border-color: #570CC7; }
span { border-color: rgb(87,12,199); }
td.TdClassName
{
border-color: #570CC7;
}
.TagClassName
{
border-color: #570CC7;
}
</style>