Shades of Hot Purple #49284D
Tints of Hot Purple #49284D
RGB
CMYK
RGB Variations
Color information
#49284D (or 0x49284D) is known color: Hot Purple. HEX triplet: 49, 28 and 4D. RGB value is (73,40,77). Sum of RGB (Red+Green+Blue) = 73+40+77=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #49284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49284D is #B6D7B2. Grayscale: #353535. Windows color (decimal): -11982771 or 5056585. OLE color: 5056585.
HSL color Cylindrical-coordinate representation of color #49284D: hue angle of 293.51º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49284D is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 40 | 77 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.70 |
| HSL | 293.51º | 0.32% | 0.23% | - |
| HSV(B) | 293.51º | 0.48% | 0.3% | - |
| XYZ | 4.85 | 3.47 | 7.44 | - |
| YUV | 54.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 77 | 0.05 | 0.48 | 0 | 0.70 | 293.51 | 0.32 | 0.23 |
| Hex | 49 | 28 | 4D | 5 | 30 | 0 | 46 | 126 | 20 | 17 |
| Octal | 111 | 50 | 115 | 5 | 60 | 0 | 106 | 446 | 40 | 27 |
| Binary | 1001001 | 101000 | 1001101 | 101 | 110000 | 0 | 1000110 | 100100110 | 100000 | 10111 |
Color Harmonies of #49284D
Complementary color
Monochromatic Colors of #49284D
Black with #49284D
Text Example
Text Example
White with #49284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49284D; }
p { color: rgb(73,40,77); }
H1.HeaderClassName
{
color: #49284D;
}
.AnyTagClassName
{
color: #49284D;
}
</style>
background-color css
<style>
a { background-color: #49284D; }
a { background-color: rgb(73,40,77); }
div.DivClassName
{
background-color: #49284D;
}
.BgClassName
{
background-color: #49284D;
}
</style>
border-color css
<style>
span { border-color: #49284D; }
span { border-color: rgb(73,40,77); }
td.TdClassName
{
border-color: #49284D;
}
.TagClassName
{
border-color: #49284D;
}
</style>