Shades of Hot Purple #49354F
Tints of Hot Purple #49354F
RGB
CMYK
RGB Variations
Color information
#49354F (or 0x49354F) is known color: Hot Purple. HEX triplet: 49, 35 and 4F. RGB value is (73,53,79). Sum of RGB (Red+Green+Blue) = 73+53+79=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 79 - color contains mainly: blue. Hex color #49354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49354F is #B6CAB0. Grayscale: #3D3D3D. Windows color (decimal): -11979441 or 5190985. OLE color: 5190985.
HSL color Cylindrical-coordinate representation of color #49354F: hue angle of 286.15º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49354F is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 53 | 79 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.69 |
| HSL | 286.15º | 0.2% | 0.26% | - |
| HSV(B) | 286.15º | 0.33% | 0.31% | - |
| XYZ | 5.43 | 4.53 | 7.98 | - |
| YUV | 61.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 79 | 0.08 | 0.33 | 0 | 0.69 | 286.15 | 0.2 | 0.26 |
| Hex | 49 | 35 | 4F | 8 | 21 | 0 | 45 | 11E | 14 | 1A |
| Octal | 111 | 65 | 117 | 10 | 41 | 0 | 105 | 436 | 24 | 32 |
| Binary | 1001001 | 110101 | 1001111 | 1000 | 100001 | 0 | 1000101 | 100011110 | 10100 | 11010 |
Color Harmonies of #49354F
Complementary color
Monochromatic Colors of #49354F
Black with #49354F
Text Example
Text Example
White with #49354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49354F; }
p { color: rgb(73,53,79); }
H1.HeaderClassName
{
color: #49354F;
}
.AnyTagClassName
{
color: #49354F;
}
</style>
background-color css
<style>
a { background-color: #49354F; }
a { background-color: rgb(73,53,79); }
div.DivClassName
{
background-color: #49354F;
}
.BgClassName
{
background-color: #49354F;
}
</style>
border-color css
<style>
span { border-color: #49354F; }
span { border-color: rgb(73,53,79); }
td.TdClassName
{
border-color: #49354F;
}
.TagClassName
{
border-color: #49354F;
}
</style>