Shades of Purple Heart #5921AA
Tints of Purple Heart #5921AA
RGB
CMYK
RGB Variations
Color information
#5921AA (or 0x5921AA) is known color: Purple Heart. HEX triplet: 59, 21 and AA. RGB value is (89,33,170). Sum of RGB (Red+Green+Blue) = 89+33+170=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #5921AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5921AA is #A6DE55. Grayscale: #404040. Windows color (decimal): -10935894 or 11149657. OLE color: 11149657.
HSL color Cylindrical-coordinate representation of color #5921AA: hue angle of 264.53º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5921AA is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 33 | 170 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.33 |
| HSL | 264.53º | 0.67% | 0.4% | - |
| HSV(B) | 264.53º | 0.81% | 0.67% | - |
| XYZ | 11.92 | 6.11 | 38.58 | - |
| YUV | 65.36 | 187.05 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 170 | 0.48 | 0.81 | 0 | 0.33 | 264.53 | 0.67 | 0.4 |
| Hex | 59 | 21 | AA | 30 | 51 | 0 | 21 | 109 | 43 | 28 |
| Octal | 131 | 41 | 252 | 60 | 121 | 0 | 41 | 411 | 103 | 50 |
| Binary | 1011001 | 100001 | 10101010 | 110000 | 1010001 | 0 | 100001 | 100001001 | 1000011 | 101000 |
Color Harmonies of #5921AA
Complementary color
Monochromatic Colors of #5921AA
Black with #5921AA
Text Example
Text Example
White with #5921AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5921AA; }
p { color: rgb(89,33,170); }
H1.HeaderClassName
{
color: #5921AA;
}
.AnyTagClassName
{
color: #5921AA;
}
</style>
background-color css
<style>
a { background-color: #5921AA; }
a { background-color: rgb(89,33,170); }
div.DivClassName
{
background-color: #5921AA;
}
.BgClassName
{
background-color: #5921AA;
}
</style>
border-color css
<style>
span { border-color: #5921AA; }
span { border-color: rgb(89,33,170); }
td.TdClassName
{
border-color: #5921AA;
}
.TagClassName
{
border-color: #5921AA;
}
</style>