Shades of Purple Heart #4938BA
Tints of Purple Heart #4938BA
RGB
CMYK
RGB Variations
Color information
#4938BA (or 0x4938BA) is known color: Purple Heart. HEX triplet: 49, 38 and BA. RGB value is (73,56,186). Sum of RGB (Red+Green+Blue) = 73+56+186=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #4938BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4938BA is #B6C745. Grayscale: #4B4B4B. Windows color (decimal): -11978566 or 12204105. OLE color: 12204105.
HSL color Cylindrical-coordinate representation of color #4938BA: hue angle of 247.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4938BA is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 56 | 186 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.27 |
| HSL | 247.85º | 0.54% | 0.47% | - |
| HSV(B) | 247.85º | 0.7% | 0.73% | - |
| XYZ | 13.02 | 7.79 | 47.27 | - |
| YUV | 75.9 | 190.13 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 186 | 0.61 | 0.70 | 0 | 0.27 | 247.85 | 0.54 | 0.47 |
| Hex | 49 | 38 | BA | 3D | 46 | 0 | 1B | F8 | 36 | 2F |
| Octal | 111 | 70 | 272 | 75 | 106 | 0 | 33 | 370 | 66 | 57 |
| Binary | 1001001 | 111000 | 10111010 | 111101 | 1000110 | 0 | 11011 | 11111000 | 110110 | 101111 |
Color Harmonies of #4938BA
Complementary color
Monochromatic Colors of #4938BA
Black with #4938BA
Text Example
Text Example
White with #4938BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4938BA; }
p { color: rgb(73,56,186); }
H1.HeaderClassName
{
color: #4938BA;
}
.AnyTagClassName
{
color: #4938BA;
}
</style>
background-color css
<style>
a { background-color: #4938BA; }
a { background-color: rgb(73,56,186); }
div.DivClassName
{
background-color: #4938BA;
}
.BgClassName
{
background-color: #4938BA;
}
</style>
border-color css
<style>
span { border-color: #4938BA; }
span { border-color: rgb(73,56,186); }
td.TdClassName
{
border-color: #4938BA;
}
.TagClassName
{
border-color: #4938BA;
}
</style>