Shades of Hot Purple #49324F
Tints of Hot Purple #49324F
RGB
CMYK
RGB Variations
Color information
#49324F (or 0x49324F) is known color: Hot Purple. HEX triplet: 49, 32 and 4F. RGB value is (73,50,79). Sum of RGB (Red+Green+Blue) = 73+50+79=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 79 - color contains mainly: blue. Hex color #49324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49324F is #B6CDB0. Grayscale: #3C3C3C. Windows color (decimal): -11980209 or 5190217. OLE color: 5190217.
HSL color Cylindrical-coordinate representation of color #49324F: hue angle of 287.59º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49324F is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 50 | 79 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.69 |
| HSL | 287.59º | 0.22% | 0.25% | - |
| HSV(B) | 287.59º | 0.37% | 0.31% | - |
| XYZ | 5.3 | 4.26 | 7.94 | - |
| YUV | 60.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 79 | 0.08 | 0.37 | 0 | 0.69 | 287.59 | 0.22 | 0.25 |
| Hex | 49 | 32 | 4F | 8 | 25 | 0 | 45 | 120 | 16 | 19 |
| Octal | 111 | 62 | 117 | 10 | 45 | 0 | 105 | 440 | 26 | 31 |
| Binary | 1001001 | 110010 | 1001111 | 1000 | 100101 | 0 | 1000101 | 100100000 | 10110 | 11001 |
Color Harmonies of #49324F
Complementary color
Monochromatic Colors of #49324F
Black with #49324F
Text Example
Text Example
White with #49324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49324F; }
p { color: rgb(73,50,79); }
H1.HeaderClassName
{
color: #49324F;
}
.AnyTagClassName
{
color: #49324F;
}
</style>
background-color css
<style>
a { background-color: #49324F; }
a { background-color: rgb(73,50,79); }
div.DivClassName
{
background-color: #49324F;
}
.BgClassName
{
background-color: #49324F;
}
</style>
border-color css
<style>
span { border-color: #49324F; }
span { border-color: rgb(73,50,79); }
td.TdClassName
{
border-color: #49324F;
}
.TagClassName
{
border-color: #49324F;
}
</style>