Shades of Purple Heart #5919BF
Tints of Purple Heart #5919BF
RGB
CMYK
RGB Variations
Color information
#5919BF (or 0x5919BF) is known color: Purple Heart. HEX triplet: 59, 19 and BF. RGB value is (89,25,191). Sum of RGB (Red+Green+Blue) = 89+25+191=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #5919BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5919BF is #A6E640. Grayscale: #3E3E3E. Windows color (decimal): -10937921 or 12523865. OLE color: 12523865.
HSL color Cylindrical-coordinate representation of color #5919BF: hue angle of 263.13º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5919BF is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 25 | 191 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.25 |
| HSL | 263.13º | 0.77% | 0.42% | - |
| HSV(B) | 263.13º | 0.87% | 0.75% | - |
| XYZ | 13.87 | 6.58 | 49.83 | - |
| YUV | 63.06 | 200.2 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 191 | 0.53 | 0.87 | 0 | 0.25 | 263.13 | 0.77 | 0.42 |
| Hex | 59 | 19 | BF | 35 | 57 | 0 | 19 | 107 | 4D | 2A |
| Octal | 131 | 31 | 277 | 65 | 127 | 0 | 31 | 407 | 115 | 52 |
| Binary | 1011001 | 11001 | 10111111 | 110101 | 1010111 | 0 | 11001 | 100000111 | 1001101 | 101010 |
Color Harmonies of #5919BF
Complementary color
Monochromatic Colors of #5919BF
Black with #5919BF
Text Example
Text Example
White with #5919BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5919BF; }
p { color: rgb(89,25,191); }
H1.HeaderClassName
{
color: #5919BF;
}
.AnyTagClassName
{
color: #5919BF;
}
</style>
background-color css
<style>
a { background-color: #5919BF; }
a { background-color: rgb(89,25,191); }
div.DivClassName
{
background-color: #5919BF;
}
.BgClassName
{
background-color: #5919BF;
}
</style>
border-color css
<style>
span { border-color: #5919BF; }
span { border-color: rgb(89,25,191); }
td.TdClassName
{
border-color: #5919BF;
}
.TagClassName
{
border-color: #5919BF;
}
</style>