Shades of Purple Heart #5926BA
Tints of Purple Heart #5926BA
RGB
CMYK
RGB Variations
Color information
#5926BA (or 0x5926BA) is known color: Purple Heart. HEX triplet: 59, 26 and BA. RGB value is (89,38,186). Sum of RGB (Red+Green+Blue) = 89+38+186=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #5926BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5926BA is #A6D945. Grayscale: #454545. Windows color (decimal): -10934598 or 12199513. OLE color: 12199513.
HSL color Cylindrical-coordinate representation of color #5926BA: hue angle of 260.68º 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 #5926BA is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 38 | 186 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.27 |
| HSL | 260.68º | 0.66% | 0.44% | - |
| HSV(B) | 260.68º | 0.8% | 0.73% | - |
| XYZ | 13.68 | 7.06 | 47.1 | - |
| YUV | 70.12 | 193.4 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 186 | 0.52 | 0.80 | 0 | 0.27 | 260.68 | 0.66 | 0.44 |
| Hex | 59 | 26 | BA | 34 | 50 | 0 | 1B | 105 | 42 | 2C |
| Octal | 131 | 46 | 272 | 64 | 120 | 0 | 33 | 405 | 102 | 54 |
| Binary | 1011001 | 100110 | 10111010 | 110100 | 1010000 | 0 | 11011 | 100000101 | 1000010 | 101100 |
Color Harmonies of #5926BA
Complementary color
Monochromatic Colors of #5926BA
Black with #5926BA
Text Example
Text Example
White with #5926BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5926BA; }
p { color: rgb(89,38,186); }
H1.HeaderClassName
{
color: #5926BA;
}
.AnyTagClassName
{
color: #5926BA;
}
</style>
background-color css
<style>
a { background-color: #5926BA; }
a { background-color: rgb(89,38,186); }
div.DivClassName
{
background-color: #5926BA;
}
.BgClassName
{
background-color: #5926BA;
}
</style>
border-color css
<style>
span { border-color: #5926BA; }
span { border-color: rgb(89,38,186); }
td.TdClassName
{
border-color: #5926BA;
}
.TagClassName
{
border-color: #5926BA;
}
</style>