Shades of Purple Heart #591BA4
Tints of Purple Heart #591BA4
RGB
CMYK
RGB Variations
Color information
#591BA4 (or 0x591BA4) is known color: Purple Heart. HEX triplet: 59, 1B and A4. RGB value is (89,27,164). Sum of RGB (Red+Green+Blue) = 89+27+164=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 164 (64.45% from 255 or 58.57% from 280); Max value from RGB is 164 - color contains mainly: blue. Hex color #591BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591BA4 is #A6E45B. Grayscale: #3C3C3C. Windows color (decimal): -10937436 or 10754905. OLE color: 10754905.
HSL color Cylindrical-coordinate representation of color #591BA4: hue angle of 267.15º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591BA4 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 27 | 164 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.36 |
| HSL | 267.15º | 0.72% | 0.37% | - |
| HSV(B) | 267.15º | 0.84% | 0.64% | - |
| XYZ | 11.21 | 5.59 | 35.61 | - |
| YUV | 61.16 | 186.04 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 164 | 0.46 | 0.84 | 0 | 0.36 | 267.15 | 0.72 | 0.37 |
| Hex | 59 | 1B | A4 | 2E | 54 | 0 | 24 | 10B | 48 | 25 |
| Octal | 131 | 33 | 244 | 56 | 124 | 0 | 44 | 413 | 110 | 45 |
| Binary | 1011001 | 11011 | 10100100 | 101110 | 1010100 | 0 | 100100 | 100001011 | 1001000 | 100101 |
Color Harmonies of #591BA4
Complementary color
Monochromatic Colors of #591BA4
Black with #591BA4
Text Example
Text Example
White with #591BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591BA4; }
p { color: rgb(89,27,164); }
H1.HeaderClassName
{
color: #591BA4;
}
.AnyTagClassName
{
color: #591BA4;
}
</style>
background-color css
<style>
a { background-color: #591BA4; }
a { background-color: rgb(89,27,164); }
div.DivClassName
{
background-color: #591BA4;
}
.BgClassName
{
background-color: #591BA4;
}
</style>
border-color css
<style>
span { border-color: #591BA4; }
span { border-color: rgb(89,27,164); }
td.TdClassName
{
border-color: #591BA4;
}
.TagClassName
{
border-color: #591BA4;
}
</style>