Shades of Hot Purple #49074F
Tints of Hot Purple #49074F
RGB
CMYK
RGB Variations
Color information
#49074F (or 0x49074F) is known color: Hot Purple. HEX triplet: 49, 07 and 4F. RGB value is (73,7,79). Sum of RGB (Red+Green+Blue) = 73+7+79=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #49074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49074F is #B6F8B0. Grayscale: #222222. Windows color (decimal): -11991217 or 5179209. OLE color: 5179209.
HSL color Cylindrical-coordinate representation of color #49074F: hue angle of 295º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49074F is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 7 | 79 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.69 |
| HSL | 295º | 0.84% | 0.17% | - |
| HSV(B) | 295º | 0.91% | 0.31% | - |
| XYZ | 4.23 | 2.13 | 7.59 | - |
| YUV | 34.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 79 | 0.08 | 0.91 | 0 | 0.69 | 295 | 0.84 | 0.17 |
| Hex | 49 | 7 | 4F | 8 | 5B | 0 | 45 | 127 | 54 | 11 |
| Octal | 111 | 7 | 117 | 10 | 133 | 0 | 105 | 447 | 124 | 21 |
| Binary | 1001001 | 111 | 1001111 | 1000 | 1011011 | 0 | 1000101 | 100100111 | 1010100 | 10001 |
Color Harmonies of #49074F
Complementary color
Monochromatic Colors of #49074F
Black with #49074F
Text Example
Text Example
White with #49074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49074F; }
p { color: rgb(73,7,79); }
H1.HeaderClassName
{
color: #49074F;
}
.AnyTagClassName
{
color: #49074F;
}
</style>
background-color css
<style>
a { background-color: #49074F; }
a { background-color: rgb(73,7,79); }
div.DivClassName
{
background-color: #49074F;
}
.BgClassName
{
background-color: #49074F;
}
</style>
border-color css
<style>
span { border-color: #49074F; }
span { border-color: rgb(73,7,79); }
td.TdClassName
{
border-color: #49074F;
}
.TagClassName
{
border-color: #49074F;
}
</style>