Shades of Purple Heart #5913BA
Tints of Purple Heart #5913BA
RGB
CMYK
RGB Variations
Color information
#5913BA (or 0x5913BA) is known color: Purple Heart. HEX triplet: 59, 13 and BA. RGB value is (89,19,186). Sum of RGB (Red+Green+Blue) = 89+19+186=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #5913BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5913BA is #A6EC45. Grayscale: #3A3A3A. Windows color (decimal): -10939462 or 12194649. OLE color: 12194649.
HSL color Cylindrical-coordinate representation of color #5913BA: hue angle of 265.15º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5913BA is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 19 | 186 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.27 |
| HSL | 265.15º | 0.81% | 0.4% | - |
| HSV(B) | 265.15º | 0.9% | 0.73% | - |
| XYZ | 13.22 | 6.13 | 46.94 | - |
| YUV | 58.97 | 199.69 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 186 | 0.52 | 0.90 | 0 | 0.27 | 265.15 | 0.81 | 0.4 |
| Hex | 59 | 13 | BA | 34 | 5A | 0 | 1B | 109 | 51 | 28 |
| Octal | 131 | 23 | 272 | 64 | 132 | 0 | 33 | 411 | 121 | 50 |
| Binary | 1011001 | 10011 | 10111010 | 110100 | 1011010 | 0 | 11011 | 100001001 | 1010001 | 101000 |
Color Harmonies of #5913BA
Complementary color
Monochromatic Colors of #5913BA
Black with #5913BA
Text Example
Text Example
White with #5913BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5913BA; }
p { color: rgb(89,19,186); }
H1.HeaderClassName
{
color: #5913BA;
}
.AnyTagClassName
{
color: #5913BA;
}
</style>
background-color css
<style>
a { background-color: #5913BA; }
a { background-color: rgb(89,19,186); }
div.DivClassName
{
background-color: #5913BA;
}
.BgClassName
{
background-color: #5913BA;
}
</style>
border-color css
<style>
span { border-color: #5913BA; }
span { border-color: rgb(89,19,186); }
td.TdClassName
{
border-color: #5913BA;
}
.TagClassName
{
border-color: #5913BA;
}
</style>