Shades of Purple Heart #590CB7
Tints of Purple Heart #590CB7
RGB
CMYK
RGB Variations
Color information
#590CB7 (or 0x590CB7) is known color: Purple Heart. HEX triplet: 59, 0C and B7. RGB value is (89,12,183). Sum of RGB (Red+Green+Blue) = 89+12+183=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 183 (71.88% from 255 or 64.44% from 284); Max value from RGB is 183 - color contains mainly: blue. Hex color #590CB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590CB7 is #A6F348. Grayscale: #353535. Windows color (decimal): -10941257 or 11996249. OLE color: 11996249.
HSL color Cylindrical-coordinate representation of color #590CB7: hue angle of 267.02º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590CB7 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 12 | 183 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.28 |
| HSL | 267.02º | 0.88% | 0.38% | - |
| HSV(B) | 267.02º | 0.93% | 0.72% | - |
| XYZ | 12.8 | 5.81 | 45.25 | - |
| YUV | 54.52 | 200.51 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 183 | 0.51 | 0.93 | 0 | 0.28 | 267.02 | 0.88 | 0.38 |
| Hex | 59 | C | B7 | 33 | 5D | 0 | 1C | 10B | 58 | 26 |
| Octal | 131 | 14 | 267 | 63 | 135 | 0 | 34 | 413 | 130 | 46 |
| Binary | 1011001 | 1100 | 10110111 | 110011 | 1011101 | 0 | 11100 | 100001011 | 1011000 | 100110 |
Color Harmonies of #590CB7
Complementary color
Monochromatic Colors of #590CB7
Black with #590CB7
Text Example
Text Example
White with #590CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590CB7; }
p { color: rgb(89,12,183); }
H1.HeaderClassName
{
color: #590CB7;
}
.AnyTagClassName
{
color: #590CB7;
}
</style>
background-color css
<style>
a { background-color: #590CB7; }
a { background-color: rgb(89,12,183); }
div.DivClassName
{
background-color: #590CB7;
}
.BgClassName
{
background-color: #590CB7;
}
</style>
border-color css
<style>
span { border-color: #590CB7; }
span { border-color: rgb(89,12,183); }
td.TdClassName
{
border-color: #590CB7;
}
.TagClassName
{
border-color: #590CB7;
}
</style>