Shades of Purple Heart #591CC2
Tints of Purple Heart #591CC2
RGB
CMYK
RGB Variations
Color information
#591CC2 (or 0x591CC2) is known color: Purple Heart. HEX triplet: 59, 1C and C2. RGB value is (89,28,194). Sum of RGB (Red+Green+Blue) = 89+28+194=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 194 (76.17% from 255 or 62.38% from 311); Max value from RGB is 194 - color contains mainly: blue. Hex color #591CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CC2 is #A6E33D. Grayscale: #404040. Windows color (decimal): -10937150 or 12721241. OLE color: 12721241.
HSL color Cylindrical-coordinate representation of color #591CC2: hue angle of 262.05º degrees, saturation: 0.75, 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 #591CC2 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 28 | 194 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.24 |
| HSL | 262.05º | 0.75% | 0.44% | - |
| HSV(B) | 262.05º | 0.86% | 0.76% | - |
| XYZ | 14.27 | 6.85 | 51.61 | - |
| YUV | 65.16 | 200.71 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 194 | 0.54 | 0.86 | 0 | 0.24 | 262.05 | 0.75 | 0.44 |
| Hex | 59 | 1C | C2 | 36 | 56 | 0 | 18 | 106 | 4B | 2C |
| Octal | 131 | 34 | 302 | 66 | 126 | 0 | 30 | 406 | 113 | 54 |
| Binary | 1011001 | 11100 | 11000010 | 110110 | 1010110 | 0 | 11000 | 100000110 | 1001011 | 101100 |
Color Harmonies of #591CC2
Complementary color
Monochromatic Colors of #591CC2
Black with #591CC2
Text Example
Text Example
White with #591CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591CC2; }
p { color: rgb(89,28,194); }
H1.HeaderClassName
{
color: #591CC2;
}
.AnyTagClassName
{
color: #591CC2;
}
</style>
background-color css
<style>
a { background-color: #591CC2; }
a { background-color: rgb(89,28,194); }
div.DivClassName
{
background-color: #591CC2;
}
.BgClassName
{
background-color: #591CC2;
}
</style>
border-color css
<style>
span { border-color: #591CC2; }
span { border-color: rgb(89,28,194); }
td.TdClassName
{
border-color: #591CC2;
}
.TagClassName
{
border-color: #591CC2;
}
</style>