Shades of Purple Heart #5926BB
Tints of Purple Heart #5926BB
RGB
CMYK
RGB Variations
Color information
#5926BB (or 0x5926BB) is known color: Purple Heart. HEX triplet: 59, 26 and BB. RGB value is (89,38,187). Sum of RGB (Red+Green+Blue) = 89+38+187=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #5926BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5926BB is #A6D944. Grayscale: #454545. Windows color (decimal): -10934597 or 12265049. OLE color: 12265049.
HSL color Cylindrical-coordinate representation of color #5926BB: hue angle of 260.54º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5926BB is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 38 | 187 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.27 |
| HSL | 260.54º | 0.66% | 0.44% | - |
| HSV(B) | 260.54º | 0.8% | 0.73% | - |
| XYZ | 13.78 | 7.1 | 47.66 | - |
| YUV | 70.24 | 193.9 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 187 | 0.52 | 0.80 | 0 | 0.27 | 260.54 | 0.66 | 0.44 |
| Hex | 59 | 26 | BB | 34 | 50 | 0 | 1B | 105 | 42 | 2C |
| Octal | 131 | 46 | 273 | 64 | 120 | 0 | 33 | 405 | 102 | 54 |
| Binary | 1011001 | 100110 | 10111011 | 110100 | 1010000 | 0 | 11011 | 100000101 | 1000010 | 101100 |
Color Harmonies of #5926BB
Complementary color
Monochromatic Colors of #5926BB
Black with #5926BB
Text Example
Text Example
White with #5926BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5926BB; }
p { color: rgb(89,38,187); }
H1.HeaderClassName
{
color: #5926BB;
}
.AnyTagClassName
{
color: #5926BB;
}
</style>
background-color css
<style>
a { background-color: #5926BB; }
a { background-color: rgb(89,38,187); }
div.DivClassName
{
background-color: #5926BB;
}
.BgClassName
{
background-color: #5926BB;
}
</style>
border-color css
<style>
span { border-color: #5926BB; }
span { border-color: rgb(89,38,187); }
td.TdClassName
{
border-color: #5926BB;
}
.TagClassName
{
border-color: #5926BB;
}
</style>