Shades of Purple Heart #5716CB
Tints of Purple Heart #5716CB
RGB
CMYK
RGB Variations
Color information
#5716CB (or 0x5716CB) is known color: Purple Heart. HEX triplet: 57, 16 and CB. RGB value is (87,22,203). Sum of RGB (Red+Green+Blue) = 87+22+203=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #5716CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5716CB is #A8E934. Grayscale: #3D3D3D. Windows color (decimal): -11069749 or 13309527. OLE color: 13309527.
HSL color Cylindrical-coordinate representation of color #5716CB: hue angle of 261.55º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5716CB is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 22 | 203 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.20 |
| HSL | 261.55º | 0.8% | 0.44% | - |
| HSV(B) | 261.55º | 0.89% | 0.8% | - |
| XYZ | 15 | 6.91 | 57.04 | - |
| YUV | 62.07 | 207.53 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 203 | 0.57 | 0.89 | 0 | 0.20 | 261.55 | 0.8 | 0.44 |
| Hex | 57 | 16 | CB | 39 | 59 | 0 | 14 | 106 | 50 | 2C |
| Octal | 127 | 26 | 313 | 71 | 131 | 0 | 24 | 406 | 120 | 54 |
| Binary | 1010111 | 10110 | 11001011 | 111001 | 1011001 | 0 | 10100 | 100000110 | 1010000 | 101100 |
Color Harmonies of #5716CB
Complementary color
Monochromatic Colors of #5716CB
Black with #5716CB
Text Example
Text Example
White with #5716CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5716CB; }
p { color: rgb(87,22,203); }
H1.HeaderClassName
{
color: #5716CB;
}
.AnyTagClassName
{
color: #5716CB;
}
</style>
background-color css
<style>
a { background-color: #5716CB; }
a { background-color: rgb(87,22,203); }
div.DivClassName
{
background-color: #5716CB;
}
.BgClassName
{
background-color: #5716CB;
}
</style>
border-color css
<style>
span { border-color: #5716CB; }
span { border-color: rgb(87,22,203); }
td.TdClassName
{
border-color: #5716CB;
}
.TagClassName
{
border-color: #5716CB;
}
</style>