Shades of Hot Purple #49244C
Tints of Hot Purple #49244C
RGB
CMYK
RGB Variations
Color information
#49244C (or 0x49244C) is known color: Hot Purple. HEX triplet: 49, 24 and 4C. RGB value is (73,36,76). Sum of RGB (Red+Green+Blue) = 73+36+76=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #49244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49244C is #B6DBB3. Grayscale: #333333. Windows color (decimal): -11983796 or 4990025. OLE color: 4990025.
HSL color Cylindrical-coordinate representation of color #49244C: hue angle of 295.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49244C is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 36 | 76 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.70 |
| HSL | 295.5º | 0.36% | 0.22% | - |
| HSV(B) | 295.5º | 0.53% | 0.3% | - |
| XYZ | 4.68 | 3.2 | 7.21 | - |
| YUV | 51.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 76 | 0.04 | 0.53 | 0 | 0.70 | 295.5 | 0.36 | 0.22 |
| Hex | 49 | 24 | 4C | 4 | 35 | 0 | 46 | 128 | 24 | 16 |
| Octal | 111 | 44 | 114 | 4 | 65 | 0 | 106 | 450 | 44 | 26 |
| Binary | 1001001 | 100100 | 1001100 | 100 | 110101 | 0 | 1000110 | 100101000 | 100100 | 10110 |
Color Harmonies of #49244C
Complementary color
Monochromatic Colors of #49244C
Black with #49244C
Text Example
Text Example
White with #49244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49244C; }
p { color: rgb(73,36,76); }
H1.HeaderClassName
{
color: #49244C;
}
.AnyTagClassName
{
color: #49244C;
}
</style>
background-color css
<style>
a { background-color: #49244C; }
a { background-color: rgb(73,36,76); }
div.DivClassName
{
background-color: #49244C;
}
.BgClassName
{
background-color: #49244C;
}
</style>
border-color css
<style>
span { border-color: #49244C; }
span { border-color: rgb(73,36,76); }
td.TdClassName
{
border-color: #49244C;
}
.TagClassName
{
border-color: #49244C;
}
</style>