Shades of Purple Heart #4912BA
Tints of Purple Heart #4912BA
RGB
CMYK
RGB Variations
Color information
#4912BA (or 0x4912BA) is known color: Purple Heart. HEX triplet: 49, 12 and BA. RGB value is (73,18,186). Sum of RGB (Red+Green+Blue) = 73+18+186=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #4912BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4912BA is #B6ED45. Grayscale: #343434. Windows color (decimal): -11988294 or 12194377. OLE color: 12194377.
HSL color Cylindrical-coordinate representation of color #4912BA: hue angle of 259.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4912BA is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 18 | 186 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.27 |
| HSL | 259.64º | 0.82% | 0.4% | - |
| HSV(B) | 259.64º | 0.9% | 0.73% | - |
| XYZ | 11.83 | 5.39 | 46.87 | - |
| YUV | 53.6 | 202.72 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 186 | 0.61 | 0.90 | 0 | 0.27 | 259.64 | 0.82 | 0.4 |
| Hex | 49 | 12 | BA | 3D | 5A | 0 | 1B | 104 | 52 | 28 |
| Octal | 111 | 22 | 272 | 75 | 132 | 0 | 33 | 404 | 122 | 50 |
| Binary | 1001001 | 10010 | 10111010 | 111101 | 1011010 | 0 | 11011 | 100000100 | 1010010 | 101000 |
Color Harmonies of #4912BA
Complementary color
Monochromatic Colors of #4912BA
Black with #4912BA
Text Example
Text Example
White with #4912BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4912BA; }
p { color: rgb(73,18,186); }
H1.HeaderClassName
{
color: #4912BA;
}
.AnyTagClassName
{
color: #4912BA;
}
</style>
background-color css
<style>
a { background-color: #4912BA; }
a { background-color: rgb(73,18,186); }
div.DivClassName
{
background-color: #4912BA;
}
.BgClassName
{
background-color: #4912BA;
}
</style>
border-color css
<style>
span { border-color: #4912BA; }
span { border-color: rgb(73,18,186); }
td.TdClassName
{
border-color: #4912BA;
}
.TagClassName
{
border-color: #4912BA;
}
</style>