Shades of Purple Heart #4932BA
Tints of Purple Heart #4932BA
RGB
CMYK
RGB Variations
Color information
#4932BA (or 0x4932BA) is known color: Purple Heart. HEX triplet: 49, 32 and BA. RGB value is (73,50,186). Sum of RGB (Red+Green+Blue) = 73+50+186=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #4932BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4932BA is #B6CD45. Grayscale: #474747. Windows color (decimal): -11980102 or 12202569. OLE color: 12202569.
HSL color Cylindrical-coordinate representation of color #4932BA: hue angle of 250.15º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4932BA is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 50 | 186 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.27 |
| HSL | 250.15º | 0.58% | 0.46% | - |
| HSV(B) | 250.15º | 0.73% | 0.73% | - |
| XYZ | 12.75 | 7.24 | 47.18 | - |
| YUV | 72.38 | 192.12 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 186 | 0.61 | 0.73 | 0 | 0.27 | 250.15 | 0.58 | 0.46 |
| Hex | 49 | 32 | BA | 3D | 49 | 0 | 1B | FA | 3A | 2E |
| Octal | 111 | 62 | 272 | 75 | 111 | 0 | 33 | 372 | 72 | 56 |
| Binary | 1001001 | 110010 | 10111010 | 111101 | 1001001 | 0 | 11011 | 11111010 | 111010 | 101110 |
Color Harmonies of #4932BA
Complementary color
Monochromatic Colors of #4932BA
Black with #4932BA
Text Example
Text Example
White with #4932BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4932BA; }
p { color: rgb(73,50,186); }
H1.HeaderClassName
{
color: #4932BA;
}
.AnyTagClassName
{
color: #4932BA;
}
</style>
background-color css
<style>
a { background-color: #4932BA; }
a { background-color: rgb(73,50,186); }
div.DivClassName
{
background-color: #4932BA;
}
.BgClassName
{
background-color: #4932BA;
}
</style>
border-color css
<style>
span { border-color: #4932BA; }
span { border-color: rgb(73,50,186); }
td.TdClassName
{
border-color: #4932BA;
}
.TagClassName
{
border-color: #4932BA;
}
</style>