Shades of Purple Heart #591DC2
Tints of Purple Heart #591DC2
RGB
CMYK
RGB Variations
Color information
#591DC2 (or 0x591DC2) is known color: Purple Heart. HEX triplet: 59, 1D and C2. RGB value is (89,29,194). Sum of RGB (Red+Green+Blue) = 89+29+194=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 194 (76.17% from 255 or 62.18% from 312); Max value from RGB is 194 - color contains mainly: blue. Hex color #591DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591DC2 is #A6E23D. Grayscale: #414141. Windows color (decimal): -10936894 or 12721497. OLE color: 12721497.
HSL color Cylindrical-coordinate representation of color #591DC2: hue angle of 261.82º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591DC2 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 29 | 194 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.24 |
| HSL | 261.82º | 0.74% | 0.44% | - |
| HSV(B) | 261.82º | 0.85% | 0.76% | - |
| XYZ | 14.3 | 6.9 | 51.62 | - |
| YUV | 65.75 | 200.38 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 194 | 0.54 | 0.85 | 0 | 0.24 | 261.82 | 0.74 | 0.44 |
| Hex | 59 | 1D | C2 | 36 | 55 | 0 | 18 | 106 | 4A | 2C |
| Octal | 131 | 35 | 302 | 66 | 125 | 0 | 30 | 406 | 112 | 54 |
| Binary | 1011001 | 11101 | 11000010 | 110110 | 1010101 | 0 | 11000 | 100000110 | 1001010 | 101100 |
Color Harmonies of #591DC2
Complementary color
Monochromatic Colors of #591DC2
Black with #591DC2
Text Example
Text Example
White with #591DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591DC2; }
p { color: rgb(89,29,194); }
H1.HeaderClassName
{
color: #591DC2;
}
.AnyTagClassName
{
color: #591DC2;
}
</style>
background-color css
<style>
a { background-color: #591DC2; }
a { background-color: rgb(89,29,194); }
div.DivClassName
{
background-color: #591DC2;
}
.BgClassName
{
background-color: #591DC2;
}
</style>
border-color css
<style>
span { border-color: #591DC2; }
span { border-color: rgb(89,29,194); }
td.TdClassName
{
border-color: #591DC2;
}
.TagClassName
{
border-color: #591DC2;
}
</style>