Shades of Purple Heart #4924BA
Tints of Purple Heart #4924BA
RGB
CMYK
RGB Variations
Color information
#4924BA (or 0x4924BA) is known color: Purple Heart. HEX triplet: 49, 24 and BA. RGB value is (73,36,186). Sum of RGB (Red+Green+Blue) = 73+36+186=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #4924BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4924BA is #B6DB45. Grayscale: #3F3F3F. Windows color (decimal): -11983686 or 12198985. OLE color: 12198985.
HSL color Cylindrical-coordinate representation of color #4924BA: hue angle of 254.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4924BA is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 36 | 186 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.27 |
| HSL | 254.8º | 0.68% | 0.44% | - |
| HSV(B) | 254.8º | 0.81% | 0.73% | - |
| XYZ | 12.24 | 6.22 | 47.01 | - |
| YUV | 64.16 | 196.76 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 186 | 0.61 | 0.81 | 0 | 0.27 | 254.8 | 0.68 | 0.44 |
| Hex | 49 | 24 | BA | 3D | 51 | 0 | 1B | FF | 44 | 2C |
| Octal | 111 | 44 | 272 | 75 | 121 | 0 | 33 | 377 | 104 | 54 |
| Binary | 1001001 | 100100 | 10111010 | 111101 | 1010001 | 0 | 11011 | 11111111 | 1000100 | 101100 |
Color Harmonies of #4924BA
Complementary color
Monochromatic Colors of #4924BA
Black with #4924BA
Text Example
Text Example
White with #4924BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4924BA; }
p { color: rgb(73,36,186); }
H1.HeaderClassName
{
color: #4924BA;
}
.AnyTagClassName
{
color: #4924BA;
}
</style>
background-color css
<style>
a { background-color: #4924BA; }
a { background-color: rgb(73,36,186); }
div.DivClassName
{
background-color: #4924BA;
}
.BgClassName
{
background-color: #4924BA;
}
</style>
border-color css
<style>
span { border-color: #4924BA; }
span { border-color: rgb(73,36,186); }
td.TdClassName
{
border-color: #4924BA;
}
.TagClassName
{
border-color: #4924BA;
}
</style>