Shades of Purple Heart #5824BA
Tints of Purple Heart #5824BA
RGB
CMYK
RGB Variations
Color information
#5824BA (or 0x5824BA) is known color: Purple Heart. HEX triplet: 58, 24 and BA. RGB value is (88,36,186). Sum of RGB (Red+Green+Blue) = 88+36+186=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #5824BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5824BA is #A7DB45. Grayscale: #444444. Windows color (decimal): -11000646 or 12199000. OLE color: 12199000.
HSL color Cylindrical-coordinate representation of color #5824BA: hue angle of 260.8º 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 #5824BA is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 36 | 186 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.27 |
| HSL | 260.8º | 0.68% | 0.44% | - |
| HSV(B) | 260.8º | 0.81% | 0.73% | - |
| XYZ | 13.52 | 6.88 | 47.07 | - |
| YUV | 68.65 | 194.23 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 186 | 0.53 | 0.81 | 0 | 0.27 | 260.8 | 0.68 | 0.44 |
| Hex | 58 | 24 | BA | 35 | 51 | 0 | 1B | 105 | 44 | 2C |
| Octal | 130 | 44 | 272 | 65 | 121 | 0 | 33 | 405 | 104 | 54 |
| Binary | 1011000 | 100100 | 10111010 | 110101 | 1010001 | 0 | 11011 | 100000101 | 1000100 | 101100 |
Color Harmonies of #5824BA
Complementary color
Monochromatic Colors of #5824BA
Black with #5824BA
Text Example
Text Example
White with #5824BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5824BA; }
p { color: rgb(88,36,186); }
H1.HeaderClassName
{
color: #5824BA;
}
.AnyTagClassName
{
color: #5824BA;
}
</style>
background-color css
<style>
a { background-color: #5824BA; }
a { background-color: rgb(88,36,186); }
div.DivClassName
{
background-color: #5824BA;
}
.BgClassName
{
background-color: #5824BA;
}
</style>
border-color css
<style>
span { border-color: #5824BA; }
span { border-color: rgb(88,36,186); }
td.TdClassName
{
border-color: #5824BA;
}
.TagClassName
{
border-color: #5824BA;
}
</style>