Shades of Purple Heart #591BC3
Tints of Purple Heart #591BC3
RGB
CMYK
RGB Variations
Color information
#591BC3 (or 0x591BC3) is known color: Purple Heart. HEX triplet: 59, 1B and C3. RGB value is (89,27,195). Sum of RGB (Red+Green+Blue) = 89+27+195=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 195 (76.56% from 255 or 62.70% from 311); Max value from RGB is 195 - color contains mainly: blue. Hex color #591BC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591BC3 is #A6E43C. Grayscale: #404040. Windows color (decimal): -10937405 or 12786521. OLE color: 12786521.
HSL color Cylindrical-coordinate representation of color #591BC3: hue angle of 262.14º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591BC3 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 27 | 195 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.24 |
| HSL | 262.14º | 0.76% | 0.44% | - |
| HSV(B) | 262.14º | 0.86% | 0.76% | - |
| XYZ | 14.36 | 6.85 | 52.19 | - |
| YUV | 64.69 | 201.54 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 195 | 0.54 | 0.86 | 0 | 0.24 | 262.14 | 0.76 | 0.44 |
| Hex | 59 | 1B | C3 | 36 | 56 | 0 | 18 | 106 | 4C | 2C |
| Octal | 131 | 33 | 303 | 66 | 126 | 0 | 30 | 406 | 114 | 54 |
| Binary | 1011001 | 11011 | 11000011 | 110110 | 1010110 | 0 | 11000 | 100000110 | 1001100 | 101100 |
Color Harmonies of #591BC3
Complementary color
Monochromatic Colors of #591BC3
Black with #591BC3
Text Example
Text Example
White with #591BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591BC3; }
p { color: rgb(89,27,195); }
H1.HeaderClassName
{
color: #591BC3;
}
.AnyTagClassName
{
color: #591BC3;
}
</style>
background-color css
<style>
a { background-color: #591BC3; }
a { background-color: rgb(89,27,195); }
div.DivClassName
{
background-color: #591BC3;
}
.BgClassName
{
background-color: #591BC3;
}
</style>
border-color css
<style>
span { border-color: #591BC3; }
span { border-color: rgb(89,27,195); }
td.TdClassName
{
border-color: #591BC3;
}
.TagClassName
{
border-color: #591BC3;
}
</style>