Shades of Purple Heart #5913BB
Tints of Purple Heart #5913BB
RGB
CMYK
RGB Variations
Color information
#5913BB (or 0x5913BB) is known color: Purple Heart. HEX triplet: 59, 13 and BB. RGB value is (89,19,187). Sum of RGB (Red+Green+Blue) = 89+19+187=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #5913BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5913BB is #A6EC44. Grayscale: #3A3A3A. Windows color (decimal): -10939461 or 12260185. OLE color: 12260185.
HSL color Cylindrical-coordinate representation of color #5913BB: hue angle of 265º degrees, saturation: 0.82, 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 #5913BB is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 19 | 187 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.27 |
| HSL | 265º | 0.82% | 0.4% | - |
| HSV(B) | 265º | 0.9% | 0.73% | - |
| XYZ | 13.32 | 6.18 | 47.5 | - |
| YUV | 59.08 | 200.19 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 187 | 0.52 | 0.90 | 0 | 0.27 | 265 | 0.82 | 0.4 |
| Hex | 59 | 13 | BB | 34 | 5A | 0 | 1B | 109 | 52 | 28 |
| Octal | 131 | 23 | 273 | 64 | 132 | 0 | 33 | 411 | 122 | 50 |
| Binary | 1011001 | 10011 | 10111011 | 110100 | 1011010 | 0 | 11011 | 100001001 | 1010010 | 101000 |
Color Harmonies of #5913BB
Complementary color
Monochromatic Colors of #5913BB
Black with #5913BB
Text Example
Text Example
White with #5913BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5913BB; }
p { color: rgb(89,19,187); }
H1.HeaderClassName
{
color: #5913BB;
}
.AnyTagClassName
{
color: #5913BB;
}
</style>
background-color css
<style>
a { background-color: #5913BB; }
a { background-color: rgb(89,19,187); }
div.DivClassName
{
background-color: #5913BB;
}
.BgClassName
{
background-color: #5913BB;
}
</style>
border-color css
<style>
span { border-color: #5913BB; }
span { border-color: rgb(89,19,187); }
td.TdClassName
{
border-color: #5913BB;
}
.TagClassName
{
border-color: #5913BB;
}
</style>