Shades of Hot Purple #49334E
Tints of Hot Purple #49334E
RGB
CMYK
RGB Variations
Color information
#49334E (or 0x49334E) is known color: Hot Purple. HEX triplet: 49, 33 and 4E. RGB value is (73,51,78). Sum of RGB (Red+Green+Blue) = 73+51+78=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 78 - color contains mainly: blue. Hex color #49334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49334E is #B6CCB1. Grayscale: #3C3C3C. Windows color (decimal): -11979954 or 5124937. OLE color: 5124937.
HSL color Cylindrical-coordinate representation of color #49334E: hue angle of 288.89º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49334E is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 51 | 78 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.69 |
| HSL | 288.89º | 0.21% | 0.25% | - |
| HSV(B) | 288.89º | 0.35% | 0.31% | - |
| XYZ | 5.31 | 4.33 | 7.76 | - |
| YUV | 60.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 78 | 0.06 | 0.35 | 0 | 0.69 | 288.89 | 0.21 | 0.25 |
| Hex | 49 | 33 | 4E | 6 | 23 | 0 | 45 | 121 | 15 | 19 |
| Octal | 111 | 63 | 116 | 6 | 43 | 0 | 105 | 441 | 25 | 31 |
| Binary | 1001001 | 110011 | 1001110 | 110 | 100011 | 0 | 1000101 | 100100001 | 10101 | 11001 |
Color Harmonies of #49334E
Complementary color
Monochromatic Colors of #49334E
Black with #49334E
Text Example
Text Example
White with #49334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49334E; }
p { color: rgb(73,51,78); }
H1.HeaderClassName
{
color: #49334E;
}
.AnyTagClassName
{
color: #49334E;
}
</style>
background-color css
<style>
a { background-color: #49334E; }
a { background-color: rgb(73,51,78); }
div.DivClassName
{
background-color: #49334E;
}
.BgClassName
{
background-color: #49334E;
}
</style>
border-color css
<style>
span { border-color: #49334E; }
span { border-color: rgb(73,51,78); }
td.TdClassName
{
border-color: #49334E;
}
.TagClassName
{
border-color: #49334E;
}
</style>