Shades of Purple Heart #591CB4
Tints of Purple Heart #591CB4
RGB
CMYK
RGB Variations
Color information
#591CB4 (or 0x591CB4) is known color: Purple Heart. HEX triplet: 59, 1C and B4. RGB value is (89,28,180). Sum of RGB (Red+Green+Blue) = 89+28+180=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #591CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CB4 is #A6E34B. Grayscale: #3F3F3F. Windows color (decimal): -10937164 or 11803737. OLE color: 11803737.
HSL color Cylindrical-coordinate representation of color #591CB4: hue angle of 264.08º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591CB4 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 28 | 180 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.29 |
| HSL | 264.08º | 0.73% | 0.41% | - |
| HSV(B) | 264.08º | 0.84% | 0.71% | - |
| XYZ | 12.77 | 6.25 | 43.71 | - |
| YUV | 63.57 | 193.71 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 180 | 0.51 | 0.84 | 0 | 0.29 | 264.08 | 0.73 | 0.41 |
| Hex | 59 | 1C | B4 | 33 | 54 | 0 | 1D | 108 | 49 | 29 |
| Octal | 131 | 34 | 264 | 63 | 124 | 0 | 35 | 410 | 111 | 51 |
| Binary | 1011001 | 11100 | 10110100 | 110011 | 1010100 | 0 | 11101 | 100001000 | 1001001 | 101001 |
Color Harmonies of #591CB4
Complementary color
Monochromatic Colors of #591CB4
Black with #591CB4
Text Example
Text Example
White with #591CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591CB4; }
p { color: rgb(89,28,180); }
H1.HeaderClassName
{
color: #591CB4;
}
.AnyTagClassName
{
color: #591CB4;
}
</style>
background-color css
<style>
a { background-color: #591CB4; }
a { background-color: rgb(89,28,180); }
div.DivClassName
{
background-color: #591CB4;
}
.BgClassName
{
background-color: #591CB4;
}
</style>
border-color css
<style>
span { border-color: #591CB4; }
span { border-color: rgb(89,28,180); }
td.TdClassName
{
border-color: #591CB4;
}
.TagClassName
{
border-color: #591CB4;
}
</style>