Shades of Hot Purple #49304D
Tints of Hot Purple #49304D
RGB
CMYK
RGB Variations
Color information
#49304D (or 0x49304D) is known color: Hot Purple. HEX triplet: 49, 30 and 4D. RGB value is (73,48,77). Sum of RGB (Red+Green+Blue) = 73+48+77=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #49304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49304D is #B6CFB2. Grayscale: #3A3A3A. Windows color (decimal): -11980723 or 5058633. OLE color: 5058633.
HSL color Cylindrical-coordinate representation of color #49304D: hue angle of 291.72º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49304D is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 48 | 77 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.70 |
| HSL | 291.72º | 0.23% | 0.25% | - |
| HSV(B) | 291.72º | 0.38% | 0.3% | - |
| XYZ | 5.14 | 4.07 | 7.53 | - |
| YUV | 58.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 77 | 0.05 | 0.38 | 0 | 0.70 | 291.72 | 0.23 | 0.25 |
| Hex | 49 | 30 | 4D | 5 | 26 | 0 | 46 | 124 | 17 | 19 |
| Octal | 111 | 60 | 115 | 5 | 46 | 0 | 106 | 444 | 27 | 31 |
| Binary | 1001001 | 110000 | 1001101 | 101 | 100110 | 0 | 1000110 | 100100100 | 10111 | 11001 |
Color Harmonies of #49304D
Complementary color
Monochromatic Colors of #49304D
Black with #49304D
Text Example
Text Example
White with #49304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49304D; }
p { color: rgb(73,48,77); }
H1.HeaderClassName
{
color: #49304D;
}
.AnyTagClassName
{
color: #49304D;
}
</style>
background-color css
<style>
a { background-color: #49304D; }
a { background-color: rgb(73,48,77); }
div.DivClassName
{
background-color: #49304D;
}
.BgClassName
{
background-color: #49304D;
}
</style>
border-color css
<style>
span { border-color: #49304D; }
span { border-color: rgb(73,48,77); }
td.TdClassName
{
border-color: #49304D;
}
.TagClassName
{
border-color: #49304D;
}
</style>