Shades of Hot Purple #49224D
Tints of Hot Purple #49224D
RGB
CMYK
RGB Variations
Color information
#49224D (or 0x49224D) is known color: Hot Purple. HEX triplet: 49, 22 and 4D. RGB value is (73,34,77). Sum of RGB (Red+Green+Blue) = 73+34+77=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #49224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49224D is #B6DDB2. Grayscale: #323232. Windows color (decimal): -11984307 or 5055049. OLE color: 5055049.
HSL color Cylindrical-coordinate representation of color #49224D: hue angle of 294.42º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49224D is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 34 | 77 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.70 |
| HSL | 294.42º | 0.39% | 0.22% | - |
| HSV(B) | 294.42º | 0.56% | 0.3% | - |
| XYZ | 4.66 | 3.1 | 7.37 | - |
| YUV | 50.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 77 | 0.05 | 0.56 | 0 | 0.70 | 294.42 | 0.39 | 0.22 |
| Hex | 49 | 22 | 4D | 5 | 38 | 0 | 46 | 126 | 27 | 16 |
| Octal | 111 | 42 | 115 | 5 | 70 | 0 | 106 | 446 | 47 | 26 |
| Binary | 1001001 | 100010 | 1001101 | 101 | 111000 | 0 | 1000110 | 100100110 | 100111 | 10110 |
Color Harmonies of #49224D
Complementary color
Monochromatic Colors of #49224D
Black with #49224D
Text Example
Text Example
White with #49224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49224D; }
p { color: rgb(73,34,77); }
H1.HeaderClassName
{
color: #49224D;
}
.AnyTagClassName
{
color: #49224D;
}
</style>
background-color css
<style>
a { background-color: #49224D; }
a { background-color: rgb(73,34,77); }
div.DivClassName
{
background-color: #49224D;
}
.BgClassName
{
background-color: #49224D;
}
</style>
border-color css
<style>
span { border-color: #49224D; }
span { border-color: rgb(73,34,77); }
td.TdClassName
{
border-color: #49224D;
}
.TagClassName
{
border-color: #49224D;
}
</style>