Shades of Hot Purple #49244D
Tints of Hot Purple #49244D
RGB
CMYK
RGB Variations
Color information
#49244D (or 0x49244D) is known color: Hot Purple. HEX triplet: 49, 24 and 4D. RGB value is (73,36,77). Sum of RGB (Red+Green+Blue) = 73+36+77=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #49244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49244D is #B6DBB2. Grayscale: #333333. Windows color (decimal): -11983795 or 5055561. OLE color: 5055561.
HSL color Cylindrical-coordinate representation of color #49244D: hue angle of 294.15º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49244D is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 36 | 77 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.70 |
| HSL | 294.15º | 0.36% | 0.22% | - |
| HSV(B) | 294.15º | 0.53% | 0.3% | - |
| XYZ | 4.72 | 3.21 | 7.39 | - |
| YUV | 51.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 77 | 0.05 | 0.53 | 0 | 0.70 | 294.15 | 0.36 | 0.22 |
| Hex | 49 | 24 | 4D | 5 | 35 | 0 | 46 | 126 | 24 | 16 |
| Octal | 111 | 44 | 115 | 5 | 65 | 0 | 106 | 446 | 44 | 26 |
| Binary | 1001001 | 100100 | 1001101 | 101 | 110101 | 0 | 1000110 | 100100110 | 100100 | 10110 |
Color Harmonies of #49244D
Complementary color
Monochromatic Colors of #49244D
Black with #49244D
Text Example
Text Example
White with #49244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49244D; }
p { color: rgb(73,36,77); }
H1.HeaderClassName
{
color: #49244D;
}
.AnyTagClassName
{
color: #49244D;
}
</style>
background-color css
<style>
a { background-color: #49244D; }
a { background-color: rgb(73,36,77); }
div.DivClassName
{
background-color: #49244D;
}
.BgClassName
{
background-color: #49244D;
}
</style>
border-color css
<style>
span { border-color: #49244D; }
span { border-color: rgb(73,36,77); }
td.TdClassName
{
border-color: #49244D;
}
.TagClassName
{
border-color: #49244D;
}
</style>