Shades of Purple Heart #5824AA
Tints of Purple Heart #5824AA
RGB
CMYK
RGB Variations
Color information
#5824AA (or 0x5824AA) is known color: Purple Heart. HEX triplet: 58, 24 and AA. RGB value is (88,36,170). Sum of RGB (Red+Green+Blue) = 88+36+170=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #5824AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5824AA is #A7DB55. Grayscale: #424242. Windows color (decimal): -11000662 or 11150424. OLE color: 11150424.
HSL color Cylindrical-coordinate representation of color #5824AA: hue angle of 263.28º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5824AA is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 36 | 170 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.33 |
| HSL | 263.28º | 0.65% | 0.4% | - |
| HSV(B) | 263.28º | 0.79% | 0.67% | - |
| XYZ | 11.91 | 6.24 | 38.61 | - |
| YUV | 66.82 | 186.23 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 170 | 0.48 | 0.79 | 0 | 0.33 | 263.28 | 0.65 | 0.4 |
| Hex | 58 | 24 | AA | 30 | 4F | 0 | 21 | 107 | 41 | 28 |
| Octal | 130 | 44 | 252 | 60 | 117 | 0 | 41 | 407 | 101 | 50 |
| Binary | 1011000 | 100100 | 10101010 | 110000 | 1001111 | 0 | 100001 | 100000111 | 1000001 | 101000 |
Color Harmonies of #5824AA
Complementary color
Monochromatic Colors of #5824AA
Black with #5824AA
Text Example
Text Example
White with #5824AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5824AA; }
p { color: rgb(88,36,170); }
H1.HeaderClassName
{
color: #5824AA;
}
.AnyTagClassName
{
color: #5824AA;
}
</style>
background-color css
<style>
a { background-color: #5824AA; }
a { background-color: rgb(88,36,170); }
div.DivClassName
{
background-color: #5824AA;
}
.BgClassName
{
background-color: #5824AA;
}
</style>
border-color css
<style>
span { border-color: #5824AA; }
span { border-color: rgb(88,36,170); }
td.TdClassName
{
border-color: #5824AA;
}
.TagClassName
{
border-color: #5824AA;
}
</style>