Shades of Hot Purple #49254C
Tints of Hot Purple #49254C
RGB
CMYK
RGB Variations
Color information
#49254C (or 0x49254C) is known color: Hot Purple. HEX triplet: 49, 25 and 4C. RGB value is (73,37,76). Sum of RGB (Red+Green+Blue) = 73+37+76=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 76 - color contains mainly: blue. Hex color #49254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49254C is #B6DAB3. Grayscale: #343434. Windows color (decimal): -11983540 or 4990281. OLE color: 4990281.
HSL color Cylindrical-coordinate representation of color #49254C: hue angle of 295.38º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49254C is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 37 | 76 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.70 |
| HSL | 295.38º | 0.35% | 0.22% | - |
| HSV(B) | 295.38º | 0.51% | 0.3% | - |
| XYZ | 4.71 | 3.26 | 7.22 | - |
| YUV | 52.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 76 | 0.04 | 0.51 | 0 | 0.70 | 295.38 | 0.35 | 0.22 |
| Hex | 49 | 25 | 4C | 4 | 33 | 0 | 46 | 127 | 23 | 16 |
| Octal | 111 | 45 | 114 | 4 | 63 | 0 | 106 | 447 | 43 | 26 |
| Binary | 1001001 | 100101 | 1001100 | 100 | 110011 | 0 | 1000110 | 100100111 | 100011 | 10110 |
Color Harmonies of #49254C
Complementary color
Monochromatic Colors of #49254C
Black with #49254C
Text Example
Text Example
White with #49254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49254C; }
p { color: rgb(73,37,76); }
H1.HeaderClassName
{
color: #49254C;
}
.AnyTagClassName
{
color: #49254C;
}
</style>
background-color css
<style>
a { background-color: #49254C; }
a { background-color: rgb(73,37,76); }
div.DivClassName
{
background-color: #49254C;
}
.BgClassName
{
background-color: #49254C;
}
</style>
border-color css
<style>
span { border-color: #49254C; }
span { border-color: rgb(73,37,76); }
td.TdClassName
{
border-color: #49254C;
}
.TagClassName
{
border-color: #49254C;
}
</style>