Shades of Purple Heart #591FC1
Tints of Purple Heart #591FC1
RGB
CMYK
RGB Variations
Color information
#591FC1 (or 0x591FC1) is known color: Purple Heart. HEX triplet: 59, 1F and C1. RGB value is (89,31,193). Sum of RGB (Red+Green+Blue) = 89+31+193=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 193 (75.78% from 255 or 61.66% from 313); Max value from RGB is 193 - color contains mainly: blue. Hex color #591FC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591FC1 is #A6E03E. Grayscale: #424242. Windows color (decimal): -10936383 or 12656473. OLE color: 12656473.
HSL color Cylindrical-coordinate representation of color #591FC1: hue angle of 261.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591FC1 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 31 | 193 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.24 |
| HSL | 261.48º | 0.72% | 0.44% | - |
| HSV(B) | 261.48º | 0.84% | 0.76% | - |
| XYZ | 14.24 | 6.95 | 51.04 | - |
| YUV | 66.81 | 199.22 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 193 | 0.54 | 0.84 | 0 | 0.24 | 261.48 | 0.72 | 0.44 |
| Hex | 59 | 1F | C1 | 36 | 54 | 0 | 18 | 105 | 48 | 2C |
| Octal | 131 | 37 | 301 | 66 | 124 | 0 | 30 | 405 | 110 | 54 |
| Binary | 1011001 | 11111 | 11000001 | 110110 | 1010100 | 0 | 11000 | 100000101 | 1001000 | 101100 |
Color Harmonies of #591FC1
Complementary color
Monochromatic Colors of #591FC1
Black with #591FC1
Text Example
Text Example
White with #591FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591FC1; }
p { color: rgb(89,31,193); }
H1.HeaderClassName
{
color: #591FC1;
}
.AnyTagClassName
{
color: #591FC1;
}
</style>
background-color css
<style>
a { background-color: #591FC1; }
a { background-color: rgb(89,31,193); }
div.DivClassName
{
background-color: #591FC1;
}
.BgClassName
{
background-color: #591FC1;
}
</style>
border-color css
<style>
span { border-color: #591FC1; }
span { border-color: rgb(89,31,193); }
td.TdClassName
{
border-color: #591FC1;
}
.TagClassName
{
border-color: #591FC1;
}
</style>