Shades of Purple Heart #590CC5
Tints of Purple Heart #590CC5
RGB
CMYK
RGB Variations
Color information
#590CC5 (or 0x590CC5) is known color: Purple Heart. HEX triplet: 59, 0C and C5. RGB value is (89,12,197). Sum of RGB (Red+Green+Blue) = 89+12+197=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 197 (77.34% from 255 or 66.11% from 298); Max value from RGB is 197 - color contains mainly: blue. Hex color #590CC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590CC5 is #A6F33A. Grayscale: #373737. Windows color (decimal): -10941243 or 12913753. OLE color: 12913753.
HSL color Cylindrical-coordinate representation of color #590CC5: hue angle of 264.97º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590CC5 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 12 | 197 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.23 |
| HSL | 264.97º | 0.89% | 0.41% | - |
| HSV(B) | 264.97º | 0.94% | 0.77% | - |
| XYZ | 14.33 | 6.42 | 53.31 | - |
| YUV | 56.11 | 207.51 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 197 | 0.55 | 0.94 | 0 | 0.23 | 264.97 | 0.89 | 0.41 |
| Hex | 59 | C | C5 | 37 | 5E | 0 | 17 | 109 | 59 | 29 |
| Octal | 131 | 14 | 305 | 67 | 136 | 0 | 27 | 411 | 131 | 51 |
| Binary | 1011001 | 1100 | 11000101 | 110111 | 1011110 | 0 | 10111 | 100001001 | 1011001 | 101001 |
Color Harmonies of #590CC5
Complementary color
Monochromatic Colors of #590CC5
Black with #590CC5
Text Example
Text Example
White with #590CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590CC5; }
p { color: rgb(89,12,197); }
H1.HeaderClassName
{
color: #590CC5;
}
.AnyTagClassName
{
color: #590CC5;
}
</style>
background-color css
<style>
a { background-color: #590CC5; }
a { background-color: rgb(89,12,197); }
div.DivClassName
{
background-color: #590CC5;
}
.BgClassName
{
background-color: #590CC5;
}
</style>
border-color css
<style>
span { border-color: #590CC5; }
span { border-color: rgb(89,12,197); }
td.TdClassName
{
border-color: #590CC5;
}
.TagClassName
{
border-color: #590CC5;
}
</style>