Shades of Purple Heart #5916CB
Tints of Purple Heart #5916CB
RGB
CMYK
RGB Variations
Color information
#5916CB (or 0x5916CB) is known color: Purple Heart. HEX triplet: 59, 16 and CB. RGB value is (89,22,203). Sum of RGB (Red+Green+Blue) = 89+22+203=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #5916CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5916CB is #A6E934. Grayscale: #3E3E3E. Windows color (decimal): -10938677 or 13309529. OLE color: 13309529.
HSL color Cylindrical-coordinate representation of color #5916CB: hue angle of 262.21º 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 #5916CB is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 22 | 203 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.20 |
| HSL | 262.21º | 0.8% | 0.44% | - |
| HSV(B) | 262.21º | 0.89% | 0.8% | - |
| XYZ | 15.19 | 7.01 | 57.05 | - |
| YUV | 62.67 | 207.2 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 203 | 0.56 | 0.89 | 0 | 0.20 | 262.21 | 0.8 | 0.44 |
| Hex | 59 | 16 | CB | 38 | 59 | 0 | 14 | 106 | 50 | 2C |
| Octal | 131 | 26 | 313 | 70 | 131 | 0 | 24 | 406 | 120 | 54 |
| Binary | 1011001 | 10110 | 11001011 | 111000 | 1011001 | 0 | 10100 | 100000110 | 1010000 | 101100 |
Color Harmonies of #5916CB
Complementary color
Monochromatic Colors of #5916CB
Black with #5916CB
Text Example
Text Example
White with #5916CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5916CB; }
p { color: rgb(89,22,203); }
H1.HeaderClassName
{
color: #5916CB;
}
.AnyTagClassName
{
color: #5916CB;
}
</style>
background-color css
<style>
a { background-color: #5916CB; }
a { background-color: rgb(89,22,203); }
div.DivClassName
{
background-color: #5916CB;
}
.BgClassName
{
background-color: #5916CB;
}
</style>
border-color css
<style>
span { border-color: #5916CB; }
span { border-color: rgb(89,22,203); }
td.TdClassName
{
border-color: #5916CB;
}
.TagClassName
{
border-color: #5916CB;
}
</style>