Shades of Hot Purple #49344D
Tints of Hot Purple #49344D
RGB
CMYK
RGB Variations
Color information
#49344D (or 0x49344D) is known color: Hot Purple. HEX triplet: 49, 34 and 4D. RGB value is (73,52,77). Sum of RGB (Red+Green+Blue) = 73+52+77=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #49344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49344D is #B6CBB2. Grayscale: #3D3D3D. Windows color (decimal): -11979699 or 5059657. OLE color: 5059657.
HSL color Cylindrical-coordinate representation of color #49344D: hue angle of 290.4º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49344D is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 52 | 77 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.70 |
| HSL | 290.4º | 0.19% | 0.25% | - |
| HSV(B) | 290.4º | 0.32% | 0.3% | - |
| XYZ | 5.32 | 4.41 | 7.59 | - |
| YUV | 61.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 77 | 0.05 | 0.32 | 0 | 0.70 | 290.4 | 0.19 | 0.25 |
| Hex | 49 | 34 | 4D | 5 | 20 | 0 | 46 | 122 | 13 | 19 |
| Octal | 111 | 64 | 115 | 5 | 40 | 0 | 106 | 442 | 23 | 31 |
| Binary | 1001001 | 110100 | 1001101 | 101 | 100000 | 0 | 1000110 | 100100010 | 10011 | 11001 |
Color Harmonies of #49344D
Complementary color
Monochromatic Colors of #49344D
Black with #49344D
Text Example
Text Example
White with #49344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49344D; }
p { color: rgb(73,52,77); }
H1.HeaderClassName
{
color: #49344D;
}
.AnyTagClassName
{
color: #49344D;
}
</style>
background-color css
<style>
a { background-color: #49344D; }
a { background-color: rgb(73,52,77); }
div.DivClassName
{
background-color: #49344D;
}
.BgClassName
{
background-color: #49344D;
}
</style>
border-color css
<style>
span { border-color: #49344D; }
span { border-color: rgb(73,52,77); }
td.TdClassName
{
border-color: #49344D;
}
.TagClassName
{
border-color: #49344D;
}
</style>