Shades of Hot Purple #49174D
Tints of Hot Purple #49174D
RGB
CMYK
RGB Variations
Color information
#49174D (or 0x49174D) is known color: Hot Purple. HEX triplet: 49, 17 and 4D. RGB value is (73,23,77). Sum of RGB (Red+Green+Blue) = 73+23+77=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #49174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49174D is #B6E8B2. Grayscale: #2B2B2B. Windows color (decimal): -11987123 or 5052233. OLE color: 5052233.
HSL color Cylindrical-coordinate representation of color #49174D: hue angle of 295.56º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49174D is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 23 | 77 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.70 |
| HSL | 295.56º | 0.54% | 0.2% | - |
| HSV(B) | 295.56º | 0.7% | 0.3% | - |
| XYZ | 4.39 | 2.57 | 7.28 | - |
| YUV | 44.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 77 | 0.05 | 0.70 | 0 | 0.70 | 295.56 | 0.54 | 0.2 |
| Hex | 49 | 17 | 4D | 5 | 46 | 0 | 46 | 128 | 36 | 14 |
| Octal | 111 | 27 | 115 | 5 | 106 | 0 | 106 | 450 | 66 | 24 |
| Binary | 1001001 | 10111 | 1001101 | 101 | 1000110 | 0 | 1000110 | 100101000 | 110110 | 10100 |
Color Harmonies of #49174D
Complementary color
Monochromatic Colors of #49174D
Black with #49174D
Text Example
Text Example
White with #49174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49174D; }
p { color: rgb(73,23,77); }
H1.HeaderClassName
{
color: #49174D;
}
.AnyTagClassName
{
color: #49174D;
}
</style>
background-color css
<style>
a { background-color: #49174D; }
a { background-color: rgb(73,23,77); }
div.DivClassName
{
background-color: #49174D;
}
.BgClassName
{
background-color: #49174D;
}
</style>
border-color css
<style>
span { border-color: #49174D; }
span { border-color: rgb(73,23,77); }
td.TdClassName
{
border-color: #49174D;
}
.TagClassName
{
border-color: #49174D;
}
</style>