Shades of Purple Heart #5711CB
Tints of Purple Heart #5711CB
RGB
CMYK
RGB Variations
Color information
#5711CB (or 0x5711CB) is known color: Purple Heart. HEX triplet: 57, 11 and CB. RGB value is (87,17,203). Sum of RGB (Red+Green+Blue) = 87+17+203=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #5711CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5711CB is #A8EE34. Grayscale: #3A3A3A. Windows color (decimal): -11071029 or 13308247. OLE color: 13308247.
HSL color Cylindrical-coordinate representation of color #5711CB: hue angle of 262.58º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5711CB is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 17 | 203 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.20 |
| HSL | 262.58º | 0.85% | 0.43% | - |
| HSV(B) | 262.58º | 0.92% | 0.8% | - |
| XYZ | 14.91 | 6.74 | 57.01 | - |
| YUV | 59.13 | 209.19 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 203 | 0.57 | 0.92 | 0 | 0.20 | 262.58 | 0.85 | 0.43 |
| Hex | 57 | 11 | CB | 39 | 5C | 0 | 14 | 107 | 55 | 2B |
| Octal | 127 | 21 | 313 | 71 | 134 | 0 | 24 | 407 | 125 | 53 |
| Binary | 1010111 | 10001 | 11001011 | 111001 | 1011100 | 0 | 10100 | 100000111 | 1010101 | 101011 |
Color Harmonies of #5711CB
Complementary color
Monochromatic Colors of #5711CB
Black with #5711CB
Text Example
Text Example
White with #5711CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5711CB; }
p { color: rgb(87,17,203); }
H1.HeaderClassName
{
color: #5711CB;
}
.AnyTagClassName
{
color: #5711CB;
}
</style>
background-color css
<style>
a { background-color: #5711CB; }
a { background-color: rgb(87,17,203); }
div.DivClassName
{
background-color: #5711CB;
}
.BgClassName
{
background-color: #5711CB;
}
</style>
border-color css
<style>
span { border-color: #5711CB; }
span { border-color: rgb(87,17,203); }
td.TdClassName
{
border-color: #5711CB;
}
.TagClassName
{
border-color: #5711CB;
}
</style>