Shades of Purple Heart #5928AE
Tints of Purple Heart #5928AE
RGB
CMYK
RGB Variations
Color information
#5928AE (or 0x5928AE) is known color: Purple Heart. HEX triplet: 59, 28 and AE. RGB value is (89,40,174). Sum of RGB (Red+Green+Blue) = 89+40+174=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #5928AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5928AE is #A6D751. Grayscale: #454545. Windows color (decimal): -10934098 or 11413593. OLE color: 11413593.
HSL color Cylindrical-coordinate representation of color #5928AE: hue angle of 261.94º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5928AE is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 40 | 174 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.32 |
| HSL | 261.94º | 0.63% | 0.42% | - |
| HSV(B) | 261.94º | 0.77% | 0.68% | - |
| XYZ | 12.52 | 6.7 | 40.68 | - |
| YUV | 69.93 | 186.73 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 174 | 0.49 | 0.77 | 0 | 0.32 | 261.94 | 0.63 | 0.42 |
| Hex | 59 | 28 | AE | 31 | 4D | 0 | 20 | 106 | 3F | 2A |
| Octal | 131 | 50 | 256 | 61 | 115 | 0 | 40 | 406 | 77 | 52 |
| Binary | 1011001 | 101000 | 10101110 | 110001 | 1001101 | 0 | 100000 | 100000110 | 111111 | 101010 |
Color Harmonies of #5928AE
Complementary color
Monochromatic Colors of #5928AE
Black with #5928AE
Text Example
Text Example
White with #5928AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5928AE; }
p { color: rgb(89,40,174); }
H1.HeaderClassName
{
color: #5928AE;
}
.AnyTagClassName
{
color: #5928AE;
}
</style>
background-color css
<style>
a { background-color: #5928AE; }
a { background-color: rgb(89,40,174); }
div.DivClassName
{
background-color: #5928AE;
}
.BgClassName
{
background-color: #5928AE;
}
</style>
border-color css
<style>
span { border-color: #5928AE; }
span { border-color: rgb(89,40,174); }
td.TdClassName
{
border-color: #5928AE;
}
.TagClassName
{
border-color: #5928AE;
}
</style>