Shades of Purple Heart #5924AC
Tints of Purple Heart #5924AC
RGB
CMYK
RGB Variations
Color information
#5924AC (or 0x5924AC) is known color: Purple Heart. HEX triplet: 59, 24 and AC. RGB value is (89,36,172). Sum of RGB (Red+Green+Blue) = 89+36+172=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #5924AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5924AC is #A6DB53. Grayscale: #424242. Windows color (decimal): -10935124 or 11281497. OLE color: 11281497.
HSL color Cylindrical-coordinate representation of color #5924AC: hue angle of 263.38º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5924AC is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 36 | 172 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.33 |
| HSL | 263.38º | 0.65% | 0.41% | - |
| HSV(B) | 263.38º | 0.79% | 0.67% | - |
| XYZ | 12.2 | 6.36 | 39.62 | - |
| YUV | 67.35 | 187.06 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 172 | 0.48 | 0.79 | 0 | 0.33 | 263.38 | 0.65 | 0.41 |
| Hex | 59 | 24 | AC | 30 | 4F | 0 | 21 | 107 | 41 | 29 |
| Octal | 131 | 44 | 254 | 60 | 117 | 0 | 41 | 407 | 101 | 51 |
| Binary | 1011001 | 100100 | 10101100 | 110000 | 1001111 | 0 | 100001 | 100000111 | 1000001 | 101001 |
Color Harmonies of #5924AC
Complementary color
Monochromatic Colors of #5924AC
Black with #5924AC
Text Example
Text Example
White with #5924AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5924AC; }
p { color: rgb(89,36,172); }
H1.HeaderClassName
{
color: #5924AC;
}
.AnyTagClassName
{
color: #5924AC;
}
</style>
background-color css
<style>
a { background-color: #5924AC; }
a { background-color: rgb(89,36,172); }
div.DivClassName
{
background-color: #5924AC;
}
.BgClassName
{
background-color: #5924AC;
}
</style>
border-color css
<style>
span { border-color: #5924AC; }
span { border-color: rgb(89,36,172); }
td.TdClassName
{
border-color: #5924AC;
}
.TagClassName
{
border-color: #5924AC;
}
</style>