Shades of Purple Heart #590FAF
Tints of Purple Heart #590FAF
RGB
CMYK
RGB Variations
Color information
#590FAF (or 0x590FAF) is known color: Purple Heart. HEX triplet: 59, 0F and AF. RGB value is (89,15,175). Sum of RGB (Red+Green+Blue) = 89+15+175=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #590FAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590FAF is #A6F050. Grayscale: #363636. Windows color (decimal): -10940497 or 11472729. OLE color: 11472729.
HSL color Cylindrical-coordinate representation of color #590FAF: hue angle of 267.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590FAF is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 15 | 175 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.31 |
| HSL | 267.75º | 0.84% | 0.37% | - |
| HSV(B) | 267.75º | 0.91% | 0.69% | - |
| XYZ | 12.03 | 5.56 | 41 | - |
| YUV | 55.37 | 195.52 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 175 | 0.49 | 0.91 | 0 | 0.31 | 267.75 | 0.84 | 0.37 |
| Hex | 59 | F | AF | 31 | 5B | 0 | 1F | 10C | 54 | 25 |
| Octal | 131 | 17 | 257 | 61 | 133 | 0 | 37 | 414 | 124 | 45 |
| Binary | 1011001 | 1111 | 10101111 | 110001 | 1011011 | 0 | 11111 | 100001100 | 1010100 | 100101 |
Color Harmonies of #590FAF
Complementary color
Monochromatic Colors of #590FAF
Black with #590FAF
Text Example
Text Example
White with #590FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590FAF; }
p { color: rgb(89,15,175); }
H1.HeaderClassName
{
color: #590FAF;
}
.AnyTagClassName
{
color: #590FAF;
}
</style>
background-color css
<style>
a { background-color: #590FAF; }
a { background-color: rgb(89,15,175); }
div.DivClassName
{
background-color: #590FAF;
}
.BgClassName
{
background-color: #590FAF;
}
</style>
border-color css
<style>
span { border-color: #590FAF; }
span { border-color: rgb(89,15,175); }
td.TdClassName
{
border-color: #590FAF;
}
.TagClassName
{
border-color: #590FAF;
}
</style>