Shades of Hot Purple #49124E
Tints of Hot Purple #49124E
RGB
CMYK
RGB Variations
Color information
#49124E (or 0x49124E) is known color: Hot Purple. HEX triplet: 49, 12 and 4E. RGB value is (73,18,78). Sum of RGB (Red+Green+Blue) = 73+18+78=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #49124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49124E is #B6EDB1. Grayscale: #292929. Windows color (decimal): -11988402 or 5116489. OLE color: 5116489.
HSL color Cylindrical-coordinate representation of color #49124E: hue angle of 295º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49124E is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 18 | 78 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.69 |
| HSL | 295º | 0.63% | 0.19% | - |
| HSV(B) | 295º | 0.77% | 0.31% | - |
| XYZ | 4.34 | 2.4 | 7.44 | - |
| YUV | 41.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 78 | 0.06 | 0.77 | 0 | 0.69 | 295 | 0.63 | 0.19 |
| Hex | 49 | 12 | 4E | 6 | 4D | 0 | 45 | 127 | 3E | 13 |
| Octal | 111 | 22 | 116 | 6 | 115 | 0 | 105 | 447 | 76 | 23 |
| Binary | 1001001 | 10010 | 1001110 | 110 | 1001101 | 0 | 1000101 | 100100111 | 111110 | 10011 |
Color Harmonies of #49124E
Complementary color
Monochromatic Colors of #49124E
Black with #49124E
Text Example
Text Example
White with #49124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49124E; }
p { color: rgb(73,18,78); }
H1.HeaderClassName
{
color: #49124E;
}
.AnyTagClassName
{
color: #49124E;
}
</style>
background-color css
<style>
a { background-color: #49124E; }
a { background-color: rgb(73,18,78); }
div.DivClassName
{
background-color: #49124E;
}
.BgClassName
{
background-color: #49124E;
}
</style>
border-color css
<style>
span { border-color: #49124E; }
span { border-color: rgb(73,18,78); }
td.TdClassName
{
border-color: #49124E;
}
.TagClassName
{
border-color: #49124E;
}
</style>