Shades of Purple Heart #5939BA
Tints of Purple Heart #5939BA
RGB
CMYK
RGB Variations
Color information
#5939BA (or 0x5939BA) is known color: Purple Heart. HEX triplet: 59, 39 and BA. RGB value is (89,57,186). Sum of RGB (Red+Green+Blue) = 89+57+186=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #5939BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5939BA is #A6C645. Grayscale: #505050. Windows color (decimal): -10929734 or 12204377. OLE color: 12204377.
HSL color Cylindrical-coordinate representation of color #5939BA: hue angle of 254.88º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5939BA is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 57 | 186 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.27 |
| HSL | 254.88º | 0.53% | 0.48% | - |
| HSV(B) | 254.88º | 0.69% | 0.73% | - |
| XYZ | 14.45 | 8.6 | 47.35 | - |
| YUV | 81.27 | 187.1 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 57 | 186 | 0.52 | 0.69 | 0 | 0.27 | 254.88 | 0.53 | 0.48 |
| Hex | 59 | 39 | BA | 34 | 45 | 0 | 1B | FF | 35 | 30 |
| Octal | 131 | 71 | 272 | 64 | 105 | 0 | 33 | 377 | 65 | 60 |
| Binary | 1011001 | 111001 | 10111010 | 110100 | 1000101 | 0 | 11011 | 11111111 | 110101 | 110000 |
Color Harmonies of #5939BA
Complementary color
Monochromatic Colors of #5939BA
Black with #5939BA
Text Example
Text Example
White with #5939BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5939BA; }
p { color: rgb(89,57,186); }
H1.HeaderClassName
{
color: #5939BA;
}
.AnyTagClassName
{
color: #5939BA;
}
</style>
background-color css
<style>
a { background-color: #5939BA; }
a { background-color: rgb(89,57,186); }
div.DivClassName
{
background-color: #5939BA;
}
.BgClassName
{
background-color: #5939BA;
}
</style>
border-color css
<style>
span { border-color: #5939BA; }
span { border-color: rgb(89,57,186); }
td.TdClassName
{
border-color: #5939BA;
}
.TagClassName
{
border-color: #5939BA;
}
</style>