Shades of Purple Heart #5919CB
Tints of Purple Heart #5919CB
RGB
CMYK
RGB Variations
Color information
#5919CB (or 0x5919CB) is known color: Purple Heart. HEX triplet: 59, 19 and CB. RGB value is (89,25,203). Sum of RGB (Red+Green+Blue) = 89+25+203=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #5919CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5919CB is #A6E634. Grayscale: #3F3F3F. Windows color (decimal): -10937909 or 13310297. OLE color: 13310297.
HSL color Cylindrical-coordinate representation of color #5919CB: hue angle of 261.57º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5919CB is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 25 | 203 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.20 |
| HSL | 261.57º | 0.78% | 0.45% | - |
| HSV(B) | 261.57º | 0.88% | 0.8% | - |
| XYZ | 15.25 | 7.13 | 57.07 | - |
| YUV | 64.43 | 206.2 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 203 | 0.56 | 0.88 | 0 | 0.20 | 261.57 | 0.78 | 0.45 |
| Hex | 59 | 19 | CB | 38 | 58 | 0 | 14 | 106 | 4E | 2D |
| Octal | 131 | 31 | 313 | 70 | 130 | 0 | 24 | 406 | 116 | 55 |
| Binary | 1011001 | 11001 | 11001011 | 111000 | 1011000 | 0 | 10100 | 100000110 | 1001110 | 101101 |
Color Harmonies of #5919CB
Complementary color
Monochromatic Colors of #5919CB
Black with #5919CB
Text Example
Text Example
White with #5919CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5919CB; }
p { color: rgb(89,25,203); }
H1.HeaderClassName
{
color: #5919CB;
}
.AnyTagClassName
{
color: #5919CB;
}
</style>
background-color css
<style>
a { background-color: #5919CB; }
a { background-color: rgb(89,25,203); }
div.DivClassName
{
background-color: #5919CB;
}
.BgClassName
{
background-color: #5919CB;
}
</style>
border-color css
<style>
span { border-color: #5919CB; }
span { border-color: rgb(89,25,203); }
td.TdClassName
{
border-color: #5919CB;
}
.TagClassName
{
border-color: #5919CB;
}
</style>