Shades of Hot Purple #49184D
Tints of Hot Purple #49184D
RGB
CMYK
RGB Variations
Color information
#49184D (or 0x49184D) is known color: Hot Purple. HEX triplet: 49, 18 and 4D. RGB value is (73,24,77). Sum of RGB (Red+Green+Blue) = 73+24+77=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #49184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49184D is #B6E7B2. Grayscale: #2C2C2C. Windows color (decimal): -11986867 or 5052489. OLE color: 5052489.
HSL color Cylindrical-coordinate representation of color #49184D: hue angle of 295.47º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49184D is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 24 | 77 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.70 |
| HSL | 295.47º | 0.52% | 0.2% | - |
| HSV(B) | 295.47º | 0.69% | 0.3% | - |
| XYZ | 4.41 | 2.61 | 7.29 | - |
| YUV | 44.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 77 | 0.05 | 0.69 | 0 | 0.70 | 295.47 | 0.52 | 0.2 |
| Hex | 49 | 18 | 4D | 5 | 45 | 0 | 46 | 127 | 34 | 14 |
| Octal | 111 | 30 | 115 | 5 | 105 | 0 | 106 | 447 | 64 | 24 |
| Binary | 1001001 | 11000 | 1001101 | 101 | 1000101 | 0 | 1000110 | 100100111 | 110100 | 10100 |
Color Harmonies of #49184D
Complementary color
Monochromatic Colors of #49184D
Black with #49184D
Text Example
Text Example
White with #49184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49184D; }
p { color: rgb(73,24,77); }
H1.HeaderClassName
{
color: #49184D;
}
.AnyTagClassName
{
color: #49184D;
}
</style>
background-color css
<style>
a { background-color: #49184D; }
a { background-color: rgb(73,24,77); }
div.DivClassName
{
background-color: #49184D;
}
.BgClassName
{
background-color: #49184D;
}
</style>
border-color css
<style>
span { border-color: #49184D; }
span { border-color: rgb(73,24,77); }
td.TdClassName
{
border-color: #49184D;
}
.TagClassName
{
border-color: #49184D;
}
</style>