Shades of Hot Purple #49004F
Tints of Hot Purple #49004F
RGB
CMYK
RGB Variations
Color information
#49004F (or 0x49004F) is known color: Hot Purple. HEX triplet: 49, 00 and 4F. RGB value is (73,0,79). Sum of RGB (Red+Green+Blue) = 73+0+79=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #49004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49004F is #B6FFB0. Grayscale: #1E1E1E. Windows color (decimal): -11993009 or 5177417. OLE color: 5177417.
HSL color Cylindrical-coordinate representation of color #49004F: hue angle of 295.44º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49004F is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 0 | 79 | - |
| CMYK | 0.08 | 1 | 0 | 0.69 |
| HSL | 295.44º | 1% | 0.15% | - |
| HSV(B) | 295.44º | 1% | 0.31% | - |
| XYZ | 4.16 | 1.98 | 7.56 | - |
| YUV | 30.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 79 | 0.08 | 1 | 0 | 0.69 | 295.44 | 1 | 0.15 |
| Hex | 49 | 0 | 4F | 8 | 64 | 0 | 45 | 127 | 64 | F |
| Octal | 111 | 0 | 117 | 10 | 144 | 0 | 105 | 447 | 144 | 17 |
| Binary | 1001001 | 0 | 1001111 | 1000 | 1100100 | 0 | 1000101 | 100100111 | 1100100 | 1111 |
Color Harmonies of #49004F
Complementary color
Monochromatic Colors of #49004F
Black with #49004F
Text Example
Text Example
White with #49004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49004F; }
p { color: rgb(73,0,79); }
H1.HeaderClassName
{
color: #49004F;
}
.AnyTagClassName
{
color: #49004F;
}
</style>
background-color css
<style>
a { background-color: #49004F; }
a { background-color: rgb(73,0,79); }
div.DivClassName
{
background-color: #49004F;
}
.BgClassName
{
background-color: #49004F;
}
</style>
border-color css
<style>
span { border-color: #49004F; }
span { border-color: rgb(73,0,79); }
td.TdClassName
{
border-color: #49004F;
}
.TagClassName
{
border-color: #49004F;
}
</style>