Shades of Purple Heart #5931AA
Tints of Purple Heart #5931AA
RGB
CMYK
RGB Variations
Color information
#5931AA (or 0x5931AA) is known color: Purple Heart. HEX triplet: 59, 31 and AA. RGB value is (89,49,170). Sum of RGB (Red+Green+Blue) = 89+49+170=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #5931AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5931AA is #A6CE55. Grayscale: #4A4A4A. Windows color (decimal): -10931798 or 11153753. OLE color: 11153753.
HSL color Cylindrical-coordinate representation of color #5931AA: hue angle of 259.83º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5931AA is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 49 | 170 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.33 |
| HSL | 259.83º | 0.55% | 0.43% | - |
| HSV(B) | 259.83º | 0.71% | 0.67% | - |
| XYZ | 12.47 | 7.22 | 38.77 | - |
| YUV | 74.75 | 181.75 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 49 | 170 | 0.48 | 0.71 | 0 | 0.33 | 259.83 | 0.55 | 0.43 |
| Hex | 59 | 31 | AA | 30 | 47 | 0 | 21 | 104 | 37 | 2B |
| Octal | 131 | 61 | 252 | 60 | 107 | 0 | 41 | 404 | 67 | 53 |
| Binary | 1011001 | 110001 | 10101010 | 110000 | 1000111 | 0 | 100001 | 100000100 | 110111 | 101011 |
Color Harmonies of #5931AA
Complementary color
Monochromatic Colors of #5931AA
Black with #5931AA
Text Example
Text Example
White with #5931AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5931AA; }
p { color: rgb(89,49,170); }
H1.HeaderClassName
{
color: #5931AA;
}
.AnyTagClassName
{
color: #5931AA;
}
</style>
background-color css
<style>
a { background-color: #5931AA; }
a { background-color: rgb(89,49,170); }
div.DivClassName
{
background-color: #5931AA;
}
.BgClassName
{
background-color: #5931AA;
}
</style>
border-color css
<style>
span { border-color: #5931AA; }
span { border-color: rgb(89,49,170); }
td.TdClassName
{
border-color: #5931AA;
}
.TagClassName
{
border-color: #5931AA;
}
</style>