Shades of Hot Purple #49204D
Tints of Hot Purple #49204D
RGB
CMYK
RGB Variations
Color information
#49204D (or 0x49204D) is known color: Hot Purple. HEX triplet: 49, 20 and 4D. RGB value is (73,32,77). Sum of RGB (Red+Green+Blue) = 73+32+77=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #49204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49204D is #B6DFB2. Grayscale: #313131. Windows color (decimal): -11984819 or 5054537. OLE color: 5054537.
HSL color Cylindrical-coordinate representation of color #49204D: hue angle of 294.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49204D is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 32 | 77 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.70 |
| HSL | 294.67º | 0.41% | 0.21% | - |
| HSV(B) | 294.67º | 0.58% | 0.3% | - |
| XYZ | 4.6 | 2.99 | 7.35 | - |
| YUV | 49.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 77 | 0.05 | 0.58 | 0 | 0.70 | 294.67 | 0.41 | 0.21 |
| Hex | 49 | 20 | 4D | 5 | 3A | 0 | 46 | 127 | 29 | 15 |
| Octal | 111 | 40 | 115 | 5 | 72 | 0 | 106 | 447 | 51 | 25 |
| Binary | 1001001 | 100000 | 1001101 | 101 | 111010 | 0 | 1000110 | 100100111 | 101001 | 10101 |
Color Harmonies of #49204D
Complementary color
Monochromatic Colors of #49204D
Black with #49204D
Text Example
Text Example
White with #49204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49204D; }
p { color: rgb(73,32,77); }
H1.HeaderClassName
{
color: #49204D;
}
.AnyTagClassName
{
color: #49204D;
}
</style>
background-color css
<style>
a { background-color: #49204D; }
a { background-color: rgb(73,32,77); }
div.DivClassName
{
background-color: #49204D;
}
.BgClassName
{
background-color: #49204D;
}
</style>
border-color css
<style>
span { border-color: #49204D; }
span { border-color: rgb(73,32,77); }
td.TdClassName
{
border-color: #49204D;
}
.TagClassName
{
border-color: #49204D;
}
</style>