Shades of Purple Heart #571BCC
Tints of Purple Heart #571BCC
RGB
CMYK
RGB Variations
Color information
#571BCC (or 0x571BCC) is known color: Purple Heart. HEX triplet: 57, 1B and CC. RGB value is (87,27,204). Sum of RGB (Red+Green+Blue) = 87+27+204=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #571BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571BCC is #A8E433. Grayscale: #404040. Windows color (decimal): -11068468 or 13376343. OLE color: 13376343.
HSL color Cylindrical-coordinate representation of color #571BCC: hue angle of 260.34º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #571BCC is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 27 | 204 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.2 |
| HSL | 260.34º | 0.77% | 0.45% | - |
| HSV(B) | 260.34º | 0.87% | 0.8% | - |
| XYZ | 15.22 | 7.17 | 57.71 | - |
| YUV | 65.12 | 206.38 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 27 | 204 | 0.57 | 0.87 | 0 | 0.2 | 260.34 | 0.77 | 0.45 |
| Hex | 57 | 1B | CC | 39 | 57 | 0 | 14 | 104 | 4D | 2D |
| Octal | 127 | 33 | 314 | 71 | 127 | 0 | 24 | 404 | 115 | 55 |
| Binary | 1010111 | 11011 | 11001100 | 111001 | 1010111 | 0 | 10100 | 100000100 | 1001101 | 101101 |
Color Harmonies of #571BCC
Complementary color
Monochromatic Colors of #571BCC
Black with #571BCC
Text Example
Text Example
White with #571BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571BCC; }
p { color: rgb(87,27,204); }
H1.HeaderClassName
{
color: #571BCC;
}
.AnyTagClassName
{
color: #571BCC;
}
</style>
background-color css
<style>
a { background-color: #571BCC; }
a { background-color: rgb(87,27,204); }
div.DivClassName
{
background-color: #571BCC;
}
.BgClassName
{
background-color: #571BCC;
}
</style>
border-color css
<style>
span { border-color: #571BCC; }
span { border-color: rgb(87,27,204); }
td.TdClassName
{
border-color: #571BCC;
}
.TagClassName
{
border-color: #571BCC;
}
</style>