Shades of Hot Purple #49334F
Tints of Hot Purple #49334F
RGB
CMYK
RGB Variations
Color information
#49334F (or 0x49334F) is known color: Hot Purple. HEX triplet: 49, 33 and 4F. RGB value is (73,51,79). Sum of RGB (Red+Green+Blue) = 73+51+79=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 79 - color contains mainly: blue. Hex color #49334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49334F is #B6CCB0. Grayscale: #3C3C3C. Windows color (decimal): -11979953 or 5190473. OLE color: 5190473.
HSL color Cylindrical-coordinate representation of color #49334F: hue angle of 287.14º degrees, saturation: 0.22, 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 #49334F is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 51 | 79 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.69 |
| HSL | 287.14º | 0.22% | 0.25% | - |
| HSV(B) | 287.14º | 0.35% | 0.31% | - |
| XYZ | 5.34 | 4.35 | 7.95 | - |
| YUV | 60.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 79 | 0.08 | 0.35 | 0 | 0.69 | 287.14 | 0.22 | 0.25 |
| Hex | 49 | 33 | 4F | 8 | 23 | 0 | 45 | 11F | 16 | 19 |
| Octal | 111 | 63 | 117 | 10 | 43 | 0 | 105 | 437 | 26 | 31 |
| Binary | 1001001 | 110011 | 1001111 | 1000 | 100011 | 0 | 1000101 | 100011111 | 10110 | 11001 |
Color Harmonies of #49334F
Complementary color
Monochromatic Colors of #49334F
Black with #49334F
Text Example
Text Example
White with #49334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49334F; }
p { color: rgb(73,51,79); }
H1.HeaderClassName
{
color: #49334F;
}
.AnyTagClassName
{
color: #49334F;
}
</style>
background-color css
<style>
a { background-color: #49334F; }
a { background-color: rgb(73,51,79); }
div.DivClassName
{
background-color: #49334F;
}
.BgClassName
{
background-color: #49334F;
}
</style>
border-color css
<style>
span { border-color: #49334F; }
span { border-color: rgb(73,51,79); }
td.TdClassName
{
border-color: #49334F;
}
.TagClassName
{
border-color: #49334F;
}
</style>