Shades of Purple Heart #571CCC
Tints of Purple Heart #571CCC
RGB
CMYK
RGB Variations
Color information
#571CCC (or 0x571CCC) is known color: Purple Heart. HEX triplet: 57, 1C and CC. RGB value is (87,28,204). Sum of RGB (Red+Green+Blue) = 87+28+204=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #571CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571CCC is #A8E333. Grayscale: #414141. Windows color (decimal): -11068212 or 13376599. OLE color: 13376599.
HSL color Cylindrical-coordinate representation of color #571CCC: hue angle of 260.11º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571CCC is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 28 | 204 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.2 |
| HSL | 260.11º | 0.76% | 0.45% | - |
| HSV(B) | 260.11º | 0.86% | 0.8% | - |
| XYZ | 15.24 | 7.22 | 57.72 | - |
| YUV | 65.71 | 206.05 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 204 | 0.57 | 0.86 | 0 | 0.2 | 260.11 | 0.76 | 0.45 |
| Hex | 57 | 1C | CC | 39 | 56 | 0 | 14 | 104 | 4C | 2D |
| Octal | 127 | 34 | 314 | 71 | 126 | 0 | 24 | 404 | 114 | 55 |
| Binary | 1010111 | 11100 | 11001100 | 111001 | 1010110 | 0 | 10100 | 100000100 | 1001100 | 101101 |
Color Harmonies of #571CCC
Complementary color
Monochromatic Colors of #571CCC
Black with #571CCC
Text Example
Text Example
White with #571CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571CCC; }
p { color: rgb(87,28,204); }
H1.HeaderClassName
{
color: #571CCC;
}
.AnyTagClassName
{
color: #571CCC;
}
</style>
background-color css
<style>
a { background-color: #571CCC; }
a { background-color: rgb(87,28,204); }
div.DivClassName
{
background-color: #571CCC;
}
.BgClassName
{
background-color: #571CCC;
}
</style>
border-color css
<style>
span { border-color: #571CCC; }
span { border-color: rgb(87,28,204); }
td.TdClassName
{
border-color: #571CCC;
}
.TagClassName
{
border-color: #571CCC;
}
</style>