Shades of Purple Heart #590BC3
Tints of Purple Heart #590BC3
RGB
CMYK
RGB Variations
Color information
#590BC3 (or 0x590BC3) is known color: Purple Heart. HEX triplet: 59, 0B and C3. RGB value is (89,11,195). Sum of RGB (Red+Green+Blue) = 89+11+195=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 195 (76.56% from 255 or 66.10% from 295); Max value from RGB is 195 - color contains mainly: blue. Hex color #590BC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590BC3 is #A6F43C. Grayscale: #363636. Windows color (decimal): -10941501 or 12782425. OLE color: 12782425.
HSL color Cylindrical-coordinate representation of color #590BC3: hue angle of 265.43º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590BC3 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 11 | 195 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.24 |
| HSL | 265.43º | 0.89% | 0.4% | - |
| HSV(B) | 265.43º | 0.94% | 0.76% | - |
| XYZ | 14.09 | 6.3 | 52.1 | - |
| YUV | 55.3 | 206.84 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 195 | 0.54 | 0.94 | 0 | 0.24 | 265.43 | 0.89 | 0.4 |
| Hex | 59 | B | C3 | 36 | 5E | 0 | 18 | 109 | 59 | 28 |
| Octal | 131 | 13 | 303 | 66 | 136 | 0 | 30 | 411 | 131 | 50 |
| Binary | 1011001 | 1011 | 11000011 | 110110 | 1011110 | 0 | 11000 | 100001001 | 1011001 | 101000 |
Color Harmonies of #590BC3
Complementary color
Monochromatic Colors of #590BC3
Black with #590BC3
Text Example
Text Example
White with #590BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590BC3; }
p { color: rgb(89,11,195); }
H1.HeaderClassName
{
color: #590BC3;
}
.AnyTagClassName
{
color: #590BC3;
}
</style>
background-color css
<style>
a { background-color: #590BC3; }
a { background-color: rgb(89,11,195); }
div.DivClassName
{
background-color: #590BC3;
}
.BgClassName
{
background-color: #590BC3;
}
</style>
border-color css
<style>
span { border-color: #590BC3; }
span { border-color: rgb(89,11,195); }
td.TdClassName
{
border-color: #590BC3;
}
.TagClassName
{
border-color: #590BC3;
}
</style>