Shades of Purple Heart #5926AB
Tints of Purple Heart #5926AB
RGB
CMYK
RGB Variations
Color information
#5926AB (or 0x5926AB) is known color: Purple Heart. HEX triplet: 59, 26 and AB. RGB value is (89,38,171). Sum of RGB (Red+Green+Blue) = 89+38+171=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #5926AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5926AB is #A6D954. Grayscale: #434343. Windows color (decimal): -10934613 or 11216473. OLE color: 11216473.
HSL color Cylindrical-coordinate representation of color #5926AB: hue angle of 263.01º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5926AB is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 38 | 171 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.33 |
| HSL | 263.01º | 0.64% | 0.41% | - |
| HSV(B) | 263.01º | 0.78% | 0.67% | - |
| XYZ | 12.16 | 6.45 | 39.13 | - |
| YUV | 68.41 | 185.9 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 171 | 0.48 | 0.78 | 0 | 0.33 | 263.01 | 0.64 | 0.41 |
| Hex | 59 | 26 | AB | 30 | 4E | 0 | 21 | 107 | 40 | 29 |
| Octal | 131 | 46 | 253 | 60 | 116 | 0 | 41 | 407 | 100 | 51 |
| Binary | 1011001 | 100110 | 10101011 | 110000 | 1001110 | 0 | 100001 | 100000111 | 1000000 | 101001 |
Color Harmonies of #5926AB
Complementary color
Monochromatic Colors of #5926AB
Black with #5926AB
Text Example
Text Example
White with #5926AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5926AB; }
p { color: rgb(89,38,171); }
H1.HeaderClassName
{
color: #5926AB;
}
.AnyTagClassName
{
color: #5926AB;
}
</style>
background-color css
<style>
a { background-color: #5926AB; }
a { background-color: rgb(89,38,171); }
div.DivClassName
{
background-color: #5926AB;
}
.BgClassName
{
background-color: #5926AB;
}
</style>
border-color css
<style>
span { border-color: #5926AB; }
span { border-color: rgb(89,38,171); }
td.TdClassName
{
border-color: #5926AB;
}
.TagClassName
{
border-color: #5926AB;
}
</style>