Shades of Purple Heart #5916BB
Tints of Purple Heart #5916BB
RGB
CMYK
RGB Variations
Color information
#5916BB (or 0x5916BB) is known color: Purple Heart. HEX triplet: 59, 16 and BB. RGB value is (89,22,187). Sum of RGB (Red+Green+Blue) = 89+22+187=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #5916BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5916BB is #A6E944. Grayscale: #3C3C3C. Windows color (decimal): -10938693 or 12260953. OLE color: 12260953.
HSL color Cylindrical-coordinate representation of color #5916BB: hue angle of 264.36º degrees, saturation: 0.79, 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 #5916BB is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 22 | 187 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.27 |
| HSL | 264.36º | 0.79% | 0.41% | - |
| HSV(B) | 264.36º | 0.88% | 0.73% | - |
| XYZ | 13.38 | 6.29 | 47.52 | - |
| YUV | 60.84 | 199.2 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 187 | 0.52 | 0.88 | 0 | 0.27 | 264.36 | 0.79 | 0.41 |
| Hex | 59 | 16 | BB | 34 | 58 | 0 | 1B | 108 | 4F | 29 |
| Octal | 131 | 26 | 273 | 64 | 130 | 0 | 33 | 410 | 117 | 51 |
| Binary | 1011001 | 10110 | 10111011 | 110100 | 1011000 | 0 | 11011 | 100001000 | 1001111 | 101001 |
Color Harmonies of #5916BB
Complementary color
Monochromatic Colors of #5916BB
Black with #5916BB
Text Example
Text Example
White with #5916BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5916BB; }
p { color: rgb(89,22,187); }
H1.HeaderClassName
{
color: #5916BB;
}
.AnyTagClassName
{
color: #5916BB;
}
</style>
background-color css
<style>
a { background-color: #5916BB; }
a { background-color: rgb(89,22,187); }
div.DivClassName
{
background-color: #5916BB;
}
.BgClassName
{
background-color: #5916BB;
}
</style>
border-color css
<style>
span { border-color: #5916BB; }
span { border-color: rgb(89,22,187); }
td.TdClassName
{
border-color: #5916BB;
}
.TagClassName
{
border-color: #5916BB;
}
</style>