Shades of Purple Heart #5711CE
Tints of Purple Heart #5711CE
RGB
CMYK
RGB Variations
Color information
#5711CE (or 0x5711CE) is known color: Purple Heart. HEX triplet: 57, 11 and CE. RGB value is (87,17,206). Sum of RGB (Red+Green+Blue) = 87+17+206=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #5711CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5711CE is #A8EE31. Grayscale: #3A3A3A. Windows color (decimal): -11071026 or 13504855. OLE color: 13504855.
HSL color Cylindrical-coordinate representation of color #5711CE: hue angle of 262.22º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5711CE is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 17 | 206 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.19 |
| HSL | 262.22º | 0.85% | 0.44% | - |
| HSV(B) | 262.22º | 0.92% | 0.81% | - |
| XYZ | 15.27 | 6.88 | 58.92 | - |
| YUV | 59.48 | 210.69 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 206 | 0.58 | 0.92 | 0 | 0.19 | 262.22 | 0.85 | 0.44 |
| Hex | 57 | 11 | CE | 3A | 5C | 0 | 13 | 106 | 55 | 2C |
| Octal | 127 | 21 | 316 | 72 | 134 | 0 | 23 | 406 | 125 | 54 |
| Binary | 1010111 | 10001 | 11001110 | 111010 | 1011100 | 0 | 10011 | 100000110 | 1010101 | 101100 |
Color Harmonies of #5711CE
Complementary color
Monochromatic Colors of #5711CE
Black with #5711CE
Text Example
Text Example
White with #5711CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5711CE; }
p { color: rgb(87,17,206); }
H1.HeaderClassName
{
color: #5711CE;
}
.AnyTagClassName
{
color: #5711CE;
}
</style>
background-color css
<style>
a { background-color: #5711CE; }
a { background-color: rgb(87,17,206); }
div.DivClassName
{
background-color: #5711CE;
}
.BgClassName
{
background-color: #5711CE;
}
</style>
border-color css
<style>
span { border-color: #5711CE; }
span { border-color: rgb(87,17,206); }
td.TdClassName
{
border-color: #5711CE;
}
.TagClassName
{
border-color: #5711CE;
}
</style>