Shades of Purple Heart #591AA7
Tints of Purple Heart #591AA7
RGB
CMYK
RGB Variations
Color information
#591AA7 (or 0x591AA7) is known color: Purple Heart. HEX triplet: 59, 1A and A7. RGB value is (89,26,167). Sum of RGB (Red+Green+Blue) = 89+26+167=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 167 (65.62% from 255 or 59.22% from 282); Max value from RGB is 167 - color contains mainly: blue. Hex color #591AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591AA7 is #A6E558. Grayscale: #3C3C3C. Windows color (decimal): -10937689 or 10951257. OLE color: 10951257.
HSL color Cylindrical-coordinate representation of color #591AA7: hue angle of 266.81º 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 #591AA7 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 26 | 167 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.35 |
| HSL | 266.81º | 0.73% | 0.38% | - |
| HSV(B) | 266.81º | 0.84% | 0.65% | - |
| XYZ | 11.46 | 5.65 | 37.05 | - |
| YUV | 60.91 | 187.87 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 167 | 0.47 | 0.84 | 0 | 0.35 | 266.81 | 0.73 | 0.38 |
| Hex | 59 | 1A | A7 | 2F | 54 | 0 | 23 | 10B | 49 | 26 |
| Octal | 131 | 32 | 247 | 57 | 124 | 0 | 43 | 413 | 111 | 46 |
| Binary | 1011001 | 11010 | 10100111 | 101111 | 1010100 | 0 | 100011 | 100001011 | 1001001 | 100110 |
Color Harmonies of #591AA7
Complementary color
Monochromatic Colors of #591AA7
Black with #591AA7
Text Example
Text Example
White with #591AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591AA7; }
p { color: rgb(89,26,167); }
H1.HeaderClassName
{
color: #591AA7;
}
.AnyTagClassName
{
color: #591AA7;
}
</style>
background-color css
<style>
a { background-color: #591AA7; }
a { background-color: rgb(89,26,167); }
div.DivClassName
{
background-color: #591AA7;
}
.BgClassName
{
background-color: #591AA7;
}
</style>
border-color css
<style>
span { border-color: #591AA7; }
span { border-color: rgb(89,26,167); }
td.TdClassName
{
border-color: #591AA7;
}
.TagClassName
{
border-color: #591AA7;
}
</style>