Shades of Purple Heart #591ABC
Tints of Purple Heart #591ABC
RGB
CMYK
RGB Variations
Color information
#591ABC (or 0x591ABC) is known color: Purple Heart. HEX triplet: 59, 1A and BC. RGB value is (89,26,188). Sum of RGB (Red+Green+Blue) = 89+26+188=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #591ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591ABC is #A6E543. Grayscale: #3E3E3E. Windows color (decimal): -10937668 or 12327513. OLE color: 12327513.
HSL color Cylindrical-coordinate representation of color #591ABC: hue angle of 263.33º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591ABC is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 26 | 188 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.26 |
| HSL | 263.33º | 0.76% | 0.42% | - |
| HSV(B) | 263.33º | 0.86% | 0.74% | - |
| XYZ | 13.57 | 6.49 | 48.12 | - |
| YUV | 63.31 | 198.37 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 188 | 0.53 | 0.86 | 0 | 0.26 | 263.33 | 0.76 | 0.42 |
| Hex | 59 | 1A | BC | 35 | 56 | 0 | 1A | 107 | 4C | 2A |
| Octal | 131 | 32 | 274 | 65 | 126 | 0 | 32 | 407 | 114 | 52 |
| Binary | 1011001 | 11010 | 10111100 | 110101 | 1010110 | 0 | 11010 | 100000111 | 1001100 | 101010 |
Color Harmonies of #591ABC
Complementary color
Monochromatic Colors of #591ABC
Black with #591ABC
Text Example
Text Example
White with #591ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591ABC; }
p { color: rgb(89,26,188); }
H1.HeaderClassName
{
color: #591ABC;
}
.AnyTagClassName
{
color: #591ABC;
}
</style>
background-color css
<style>
a { background-color: #591ABC; }
a { background-color: rgb(89,26,188); }
div.DivClassName
{
background-color: #591ABC;
}
.BgClassName
{
background-color: #591ABC;
}
</style>
border-color css
<style>
span { border-color: #591ABC; }
span { border-color: rgb(89,26,188); }
td.TdClassName
{
border-color: #591ABC;
}
.TagClassName
{
border-color: #591ABC;
}
</style>