Shades of Hot Purple #49224F
Tints of Hot Purple #49224F
RGB
CMYK
RGB Variations
Color information
#49224F (or 0x49224F) is known color: Hot Purple. HEX triplet: 49, 22 and 4F. RGB value is (73,34,79). Sum of RGB (Red+Green+Blue) = 73+34+79=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #49224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49224F is #B6DDB0. Grayscale: #323232. Windows color (decimal): -11984305 or 5186121. OLE color: 5186121.
HSL color Cylindrical-coordinate representation of color #49224F: hue angle of 292º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49224F is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 34 | 79 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.69 |
| HSL | 292º | 0.4% | 0.22% | - |
| HSV(B) | 292º | 0.57% | 0.31% | - |
| XYZ | 4.73 | 3.13 | 7.75 | - |
| YUV | 50.79 | 143.92 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 79 | 0.08 | 0.57 | 0 | 0.69 | 292 | 0.4 | 0.22 |
| Hex | 49 | 22 | 4F | 8 | 39 | 0 | 45 | 124 | 28 | 16 |
| Octal | 111 | 42 | 117 | 10 | 71 | 0 | 105 | 444 | 50 | 26 |
| Binary | 1001001 | 100010 | 1001111 | 1000 | 111001 | 0 | 1000101 | 100100100 | 101000 | 10110 |
Color Harmonies of #49224F
Complementary color
Monochromatic Colors of #49224F
Black with #49224F
Text Example
Text Example
White with #49224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49224F; }
p { color: rgb(73,34,79); }
H1.HeaderClassName
{
color: #49224F;
}
.AnyTagClassName
{
color: #49224F;
}
</style>
background-color css
<style>
a { background-color: #49224F; }
a { background-color: rgb(73,34,79); }
div.DivClassName
{
background-color: #49224F;
}
.BgClassName
{
background-color: #49224F;
}
</style>
border-color css
<style>
span { border-color: #49224F; }
span { border-color: rgb(73,34,79); }
td.TdClassName
{
border-color: #49224F;
}
.TagClassName
{
border-color: #49224F;
}
</style>