Shades of Purple Heart #590FAA
Tints of Purple Heart #590FAA
RGB
CMYK
RGB Variations
Color information
#590FAA (or 0x590FAA) is known color: Purple Heart. HEX triplet: 59, 0F and AA. RGB value is (89,15,170). Sum of RGB (Red+Green+Blue) = 89+15+170=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #590FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590FAA is #A6F055. Grayscale: #363636. Windows color (decimal): -10940502 or 11145049. OLE color: 11145049.
HSL color Cylindrical-coordinate representation of color #590FAA: hue angle of 268.65º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590FAA is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 15 | 170 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.33 |
| HSL | 268.65º | 0.84% | 0.36% | - |
| HSV(B) | 268.65º | 0.91% | 0.67% | - |
| XYZ | 11.55 | 5.37 | 38.46 | - |
| YUV | 54.8 | 193.02 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 170 | 0.48 | 0.91 | 0 | 0.33 | 268.65 | 0.84 | 0.36 |
| Hex | 59 | F | AA | 30 | 5B | 0 | 21 | 10D | 54 | 24 |
| Octal | 131 | 17 | 252 | 60 | 133 | 0 | 41 | 415 | 124 | 44 |
| Binary | 1011001 | 1111 | 10101010 | 110000 | 1011011 | 0 | 100001 | 100001101 | 1010100 | 100100 |
Color Harmonies of #590FAA
Complementary color
Monochromatic Colors of #590FAA
Black with #590FAA
Text Example
Text Example
White with #590FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590FAA; }
p { color: rgb(89,15,170); }
H1.HeaderClassName
{
color: #590FAA;
}
.AnyTagClassName
{
color: #590FAA;
}
</style>
background-color css
<style>
a { background-color: #590FAA; }
a { background-color: rgb(89,15,170); }
div.DivClassName
{
background-color: #590FAA;
}
.BgClassName
{
background-color: #590FAA;
}
</style>
border-color css
<style>
span { border-color: #590FAA; }
span { border-color: rgb(89,15,170); }
td.TdClassName
{
border-color: #590FAA;
}
.TagClassName
{
border-color: #590FAA;
}
</style>