Shades of Purple Heart #5934BA
Tints of Purple Heart #5934BA
RGB
CMYK
RGB Variations
Color information
#5934BA (or 0x5934BA) is known color: Purple Heart. HEX triplet: 59, 34 and BA. RGB value is (89,52,186). Sum of RGB (Red+Green+Blue) = 89+52+186=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #5934BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5934BA is #A6CB45. Grayscale: #4D4D4D. Windows color (decimal): -10931014 or 12203097. OLE color: 12203097.
HSL color Cylindrical-coordinate representation of color #5934BA: hue angle of 256.57º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5934BA is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 52 | 186 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.27 |
| HSL | 256.57º | 0.56% | 0.47% | - |
| HSV(B) | 256.57º | 0.72% | 0.73% | - |
| XYZ | 14.21 | 8.13 | 47.27 | - |
| YUV | 78.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 52 | 186 | 0.52 | 0.72 | 0 | 0.27 | 256.57 | 0.56 | 0.47 |
| Hex | 59 | 34 | BA | 34 | 48 | 0 | 1B | 101 | 38 | 2F |
| Octal | 131 | 64 | 272 | 64 | 110 | 0 | 33 | 401 | 70 | 57 |
| Binary | 1011001 | 110100 | 10111010 | 110100 | 1001000 | 0 | 11011 | 100000001 | 111000 | 101111 |
Color Harmonies of #5934BA
Complementary color
Monochromatic Colors of #5934BA
Black with #5934BA
Text Example
Text Example
White with #5934BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5934BA; }
p { color: rgb(89,52,186); }
H1.HeaderClassName
{
color: #5934BA;
}
.AnyTagClassName
{
color: #5934BA;
}
</style>
background-color css
<style>
a { background-color: #5934BA; }
a { background-color: rgb(89,52,186); }
div.DivClassName
{
background-color: #5934BA;
}
.BgClassName
{
background-color: #5934BA;
}
</style>
border-color css
<style>
span { border-color: #5934BA; }
span { border-color: rgb(89,52,186); }
td.TdClassName
{
border-color: #5934BA;
}
.TagClassName
{
border-color: #5934BA;
}
</style>