Shades of Purple Heart #5924BA
Tints of Purple Heart #5924BA
RGB
CMYK
RGB Variations
Color information
#5924BA (or 0x5924BA) is known color: Purple Heart. HEX triplet: 59, 24 and BA. RGB value is (89,36,186). Sum of RGB (Red+Green+Blue) = 89+36+186=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #5924BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5924BA is #A6DB45. Grayscale: #444444. Windows color (decimal): -10935110 or 12199001. OLE color: 12199001.
HSL color Cylindrical-coordinate representation of color #5924BA: hue angle of 261.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5924BA is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 36 | 186 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.27 |
| HSL | 261.2º | 0.68% | 0.44% | - |
| HSV(B) | 261.2º | 0.81% | 0.73% | - |
| XYZ | 13.61 | 6.93 | 47.07 | - |
| YUV | 68.95 | 194.06 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 186 | 0.52 | 0.81 | 0 | 0.27 | 261.2 | 0.68 | 0.44 |
| Hex | 59 | 24 | BA | 34 | 51 | 0 | 1B | 105 | 44 | 2C |
| Octal | 131 | 44 | 272 | 64 | 121 | 0 | 33 | 405 | 104 | 54 |
| Binary | 1011001 | 100100 | 10111010 | 110100 | 1010001 | 0 | 11011 | 100000101 | 1000100 | 101100 |
Color Harmonies of #5924BA
Complementary color
Monochromatic Colors of #5924BA
Black with #5924BA
Text Example
Text Example
White with #5924BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5924BA; }
p { color: rgb(89,36,186); }
H1.HeaderClassName
{
color: #5924BA;
}
.AnyTagClassName
{
color: #5924BA;
}
</style>
background-color css
<style>
a { background-color: #5924BA; }
a { background-color: rgb(89,36,186); }
div.DivClassName
{
background-color: #5924BA;
}
.BgClassName
{
background-color: #5924BA;
}
</style>
border-color css
<style>
span { border-color: #5924BA; }
span { border-color: rgb(89,36,186); }
td.TdClassName
{
border-color: #5924BA;
}
.TagClassName
{
border-color: #5924BA;
}
</style>