Shades of Purple Heart #4939BA
Tints of Purple Heart #4939BA
RGB
CMYK
RGB Variations
Color information
#4939BA (or 0x4939BA) is known color: Purple Heart. HEX triplet: 49, 39 and BA. RGB value is (73,57,186). Sum of RGB (Red+Green+Blue) = 73+57+186=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #4939BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4939BA is #B6C645. Grayscale: #4B4B4B. Windows color (decimal): -11978310 or 12204361. OLE color: 12204361.
HSL color Cylindrical-coordinate representation of color #4939BA: hue angle of 247.44º 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 #4939BA is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 57 | 186 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.27 |
| HSL | 247.44º | 0.53% | 0.48% | - |
| HSV(B) | 247.44º | 0.69% | 0.73% | - |
| XYZ | 13.07 | 7.89 | 47.29 | - |
| YUV | 76.49 | 189.8 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 186 | 0.61 | 0.69 | 0 | 0.27 | 247.44 | 0.53 | 0.48 |
| Hex | 49 | 39 | BA | 3D | 45 | 0 | 1B | F7 | 35 | 30 |
| Octal | 111 | 71 | 272 | 75 | 105 | 0 | 33 | 367 | 65 | 60 |
| Binary | 1001001 | 111001 | 10111010 | 111101 | 1000101 | 0 | 11011 | 11110111 | 110101 | 110000 |
Color Harmonies of #4939BA
Complementary color
Monochromatic Colors of #4939BA
Black with #4939BA
Text Example
Text Example
White with #4939BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4939BA; }
p { color: rgb(73,57,186); }
H1.HeaderClassName
{
color: #4939BA;
}
.AnyTagClassName
{
color: #4939BA;
}
</style>
background-color css
<style>
a { background-color: #4939BA; }
a { background-color: rgb(73,57,186); }
div.DivClassName
{
background-color: #4939BA;
}
.BgClassName
{
background-color: #4939BA;
}
</style>
border-color css
<style>
span { border-color: #4939BA; }
span { border-color: rgb(73,57,186); }
td.TdClassName
{
border-color: #4939BA;
}
.TagClassName
{
border-color: #4939BA;
}
</style>