Shades of Hot Purple #49044D
Tints of Hot Purple #49044D
RGB
CMYK
RGB Variations
Color information
#49044D (or 0x49044D) is known color: Hot Purple. HEX triplet: 49, 04 and 4D. RGB value is (73,4,77). Sum of RGB (Red+Green+Blue) = 73+4+77=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #49044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49044D is #B6FBB2. Grayscale: #202020. Windows color (decimal): -11991987 or 5047369. OLE color: 5047369.
HSL color Cylindrical-coordinate representation of color #49044D: hue angle of 296.71º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49044D is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 4 | 77 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.70 |
| HSL | 296.71º | 0.9% | 0.16% | - |
| HSV(B) | 296.71º | 0.95% | 0.3% | - |
| XYZ | 4.13 | 2.04 | 7.2 | - |
| YUV | 32.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 77 | 0.05 | 0.95 | 0 | 0.70 | 296.71 | 0.9 | 0.16 |
| Hex | 49 | 4 | 4D | 5 | 5F | 0 | 46 | 129 | 5A | 10 |
| Octal | 111 | 4 | 115 | 5 | 137 | 0 | 106 | 451 | 132 | 20 |
| Binary | 1001001 | 100 | 1001101 | 101 | 1011111 | 0 | 1000110 | 100101001 | 1011010 | 10000 |
Color Harmonies of #49044D
Complementary color
Monochromatic Colors of #49044D
Black with #49044D
Text Example
Text Example
White with #49044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49044D; }
p { color: rgb(73,4,77); }
H1.HeaderClassName
{
color: #49044D;
}
.AnyTagClassName
{
color: #49044D;
}
</style>
background-color css
<style>
a { background-color: #49044D; }
a { background-color: rgb(73,4,77); }
div.DivClassName
{
background-color: #49044D;
}
.BgClassName
{
background-color: #49044D;
}
</style>
border-color css
<style>
span { border-color: #49044D; }
span { border-color: rgb(73,4,77); }
td.TdClassName
{
border-color: #49044D;
}
.TagClassName
{
border-color: #49044D;
}
</style>