Shades of Purple Heart #5917BA
Tints of Purple Heart #5917BA
RGB
CMYK
RGB Variations
Color information
#5917BA (or 0x5917BA) is known color: Purple Heart. HEX triplet: 59, 17 and BA. RGB value is (89,23,186). Sum of RGB (Red+Green+Blue) = 89+23+186=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #5917BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5917BA is #A6E845. Grayscale: #3C3C3C. Windows color (decimal): -10938438 or 12195673. OLE color: 12195673.
HSL color Cylindrical-coordinate representation of color #5917BA: hue angle of 264.29º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5917BA is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 23 | 186 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.27 |
| HSL | 264.29º | 0.78% | 0.41% | - |
| HSV(B) | 264.29º | 0.88% | 0.73% | - |
| XYZ | 13.29 | 6.28 | 46.97 | - |
| YUV | 61.32 | 198.37 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 186 | 0.52 | 0.88 | 0 | 0.27 | 264.29 | 0.78 | 0.41 |
| Hex | 59 | 17 | BA | 34 | 58 | 0 | 1B | 108 | 4E | 29 |
| Octal | 131 | 27 | 272 | 64 | 130 | 0 | 33 | 410 | 116 | 51 |
| Binary | 1011001 | 10111 | 10111010 | 110100 | 1011000 | 0 | 11011 | 100001000 | 1001110 | 101001 |
Color Harmonies of #5917BA
Complementary color
Monochromatic Colors of #5917BA
Black with #5917BA
Text Example
Text Example
White with #5917BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5917BA; }
p { color: rgb(89,23,186); }
H1.HeaderClassName
{
color: #5917BA;
}
.AnyTagClassName
{
color: #5917BA;
}
</style>
background-color css
<style>
a { background-color: #5917BA; }
a { background-color: rgb(89,23,186); }
div.DivClassName
{
background-color: #5917BA;
}
.BgClassName
{
background-color: #5917BA;
}
</style>
border-color css
<style>
span { border-color: #5917BA; }
span { border-color: rgb(89,23,186); }
td.TdClassName
{
border-color: #5917BA;
}
.TagClassName
{
border-color: #5917BA;
}
</style>