Shades of Purple Heart #570CCF
Tints of Purple Heart #570CCF
RGB
CMYK
RGB Variations
Color information
#570CCF (or 0x570CCF) is known color: Purple Heart. HEX triplet: 57, 0C and CF. RGB value is (87,12,207). Sum of RGB (Red+Green+Blue) = 87+12+207=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #570CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570CCF is #A8F330. Grayscale: #373737. Windows color (decimal): -11072305 or 13569111. OLE color: 13569111.
HSL color Cylindrical-coordinate representation of color #570CCF: hue angle of 263.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570CCF is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 12 | 207 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.19 |
| HSL | 263.08º | 0.89% | 0.43% | - |
| HSV(B) | 263.08º | 0.94% | 0.81% | - |
| XYZ | 15.32 | 6.79 | 59.54 | - |
| YUV | 56.66 | 212.85 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 207 | 0.58 | 0.94 | 0 | 0.19 | 263.08 | 0.89 | 0.43 |
| Hex | 57 | C | CF | 3A | 5E | 0 | 13 | 107 | 59 | 2B |
| Octal | 127 | 14 | 317 | 72 | 136 | 0 | 23 | 407 | 131 | 53 |
| Binary | 1010111 | 1100 | 11001111 | 111010 | 1011110 | 0 | 10011 | 100000111 | 1011001 | 101011 |
Color Harmonies of #570CCF
Complementary color
Monochromatic Colors of #570CCF
Black with #570CCF
Text Example
Text Example
White with #570CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570CCF; }
p { color: rgb(87,12,207); }
H1.HeaderClassName
{
color: #570CCF;
}
.AnyTagClassName
{
color: #570CCF;
}
</style>
background-color css
<style>
a { background-color: #570CCF; }
a { background-color: rgb(87,12,207); }
div.DivClassName
{
background-color: #570CCF;
}
.BgClassName
{
background-color: #570CCF;
}
</style>
border-color css
<style>
span { border-color: #570CCF; }
span { border-color: rgb(87,12,207); }
td.TdClassName
{
border-color: #570CCF;
}
.TagClassName
{
border-color: #570CCF;
}
</style>