Shades of Purple Heart #4939B9
Tints of Purple Heart #4939B9
RGB
CMYK
RGB Variations
Color information
#4939B9 (or 0x4939B9) is known color: Purple Heart. HEX triplet: 49, 39 and B9. RGB value is (73,57,185). Sum of RGB (Red+Green+Blue) = 73+57+185=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #4939B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4939B9 is #B6C646. Grayscale: #4B4B4B. Windows color (decimal): -11978311 or 12138825. OLE color: 12138825.
HSL color Cylindrical-coordinate representation of color #4939B9: hue angle of 247.5º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4939B9 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 57 | 185 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.27 |
| HSL | 247.5º | 0.53% | 0.47% | - |
| HSV(B) | 247.5º | 0.69% | 0.73% | - |
| XYZ | 12.97 | 7.85 | 46.73 | - |
| YUV | 76.38 | 189.3 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 185 | 0.61 | 0.69 | 0 | 0.27 | 247.5 | 0.53 | 0.47 |
| Hex | 49 | 39 | B9 | 3D | 45 | 0 | 1B | F8 | 35 | 2F |
| Octal | 111 | 71 | 271 | 75 | 105 | 0 | 33 | 370 | 65 | 57 |
| Binary | 1001001 | 111001 | 10111001 | 111101 | 1000101 | 0 | 11011 | 11111000 | 110101 | 101111 |
Color Harmonies of #4939B9
Complementary color
Monochromatic Colors of #4939B9
Black with #4939B9
Text Example
Text Example
White with #4939B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4939B9; }
p { color: rgb(73,57,185); }
H1.HeaderClassName
{
color: #4939B9;
}
.AnyTagClassName
{
color: #4939B9;
}
</style>
background-color css
<style>
a { background-color: #4939B9; }
a { background-color: rgb(73,57,185); }
div.DivClassName
{
background-color: #4939B9;
}
.BgClassName
{
background-color: #4939B9;
}
</style>
border-color css
<style>
span { border-color: #4939B9; }
span { border-color: rgb(73,57,185); }
td.TdClassName
{
border-color: #4939B9;
}
.TagClassName
{
border-color: #4939B9;
}
</style>