Shades of Purple Heart #591AA6
Tints of Purple Heart #591AA6
RGB
CMYK
RGB Variations
Color information
#591AA6 (or 0x591AA6) is known color: Purple Heart. HEX triplet: 59, 1A and A6. RGB value is (89,26,166). Sum of RGB (Red+Green+Blue) = 89+26+166=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 166 (65.23% from 255 or 59.07% from 281); Max value from RGB is 166 - color contains mainly: blue. Hex color #591AA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591AA6 is #A6E559. Grayscale: #3C3C3C. Windows color (decimal): -10937690 or 10885721. OLE color: 10885721.
HSL color Cylindrical-coordinate representation of color #591AA6: hue angle of 267º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591AA6 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 26 | 166 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.35 |
| HSL | 267º | 0.73% | 0.38% | - |
| HSV(B) | 267º | 0.84% | 0.65% | - |
| XYZ | 11.37 | 5.62 | 36.56 | - |
| YUV | 60.8 | 187.37 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 166 | 0.46 | 0.84 | 0 | 0.35 | 267 | 0.73 | 0.38 |
| Hex | 59 | 1A | A6 | 2E | 54 | 0 | 23 | 10B | 49 | 26 |
| Octal | 131 | 32 | 246 | 56 | 124 | 0 | 43 | 413 | 111 | 46 |
| Binary | 1011001 | 11010 | 10100110 | 101110 | 1010100 | 0 | 100011 | 100001011 | 1001001 | 100110 |
Color Harmonies of #591AA6
Complementary color
Monochromatic Colors of #591AA6
Black with #591AA6
Text Example
Text Example
White with #591AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591AA6; }
p { color: rgb(89,26,166); }
H1.HeaderClassName
{
color: #591AA6;
}
.AnyTagClassName
{
color: #591AA6;
}
</style>
background-color css
<style>
a { background-color: #591AA6; }
a { background-color: rgb(89,26,166); }
div.DivClassName
{
background-color: #591AA6;
}
.BgClassName
{
background-color: #591AA6;
}
</style>
border-color css
<style>
span { border-color: #591AA6; }
span { border-color: rgb(89,26,166); }
td.TdClassName
{
border-color: #591AA6;
}
.TagClassName
{
border-color: #591AA6;
}
</style>