Shades of Hot Purple #49034E
Tints of Hot Purple #49034E
RGB
CMYK
RGB Variations
Color information
#49034E (or 0x49034E) is known color: Hot Purple. HEX triplet: 49, 03 and 4E. RGB value is (73,3,78). Sum of RGB (Red+Green+Blue) = 73+3+78=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #49034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49034E is #B6FCB1. Grayscale: #202020. Windows color (decimal): -11992242 or 5112649. OLE color: 5112649.
HSL color Cylindrical-coordinate representation of color #49034E: hue angle of 296º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49034E is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 3 | 78 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.69 |
| HSL | 296º | 0.93% | 0.16% | - |
| HSV(B) | 296º | 0.96% | 0.31% | - |
| XYZ | 4.16 | 2.03 | 7.38 | - |
| YUV | 32.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 78 | 0.06 | 0.96 | 0 | 0.69 | 296 | 0.93 | 0.16 |
| Hex | 49 | 3 | 4E | 6 | 60 | 0 | 45 | 128 | 5D | 10 |
| Octal | 111 | 3 | 116 | 6 | 140 | 0 | 105 | 450 | 135 | 20 |
| Binary | 1001001 | 11 | 1001110 | 110 | 1100000 | 0 | 1000101 | 100101000 | 1011101 | 10000 |
Color Harmonies of #49034E
Complementary color
Monochromatic Colors of #49034E
Black with #49034E
Text Example
Text Example
White with #49034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49034E; }
p { color: rgb(73,3,78); }
H1.HeaderClassName
{
color: #49034E;
}
.AnyTagClassName
{
color: #49034E;
}
</style>
background-color css
<style>
a { background-color: #49034E; }
a { background-color: rgb(73,3,78); }
div.DivClassName
{
background-color: #49034E;
}
.BgClassName
{
background-color: #49034E;
}
</style>
border-color css
<style>
span { border-color: #49034E; }
span { border-color: rgb(73,3,78); }
td.TdClassName
{
border-color: #49034E;
}
.TagClassName
{
border-color: #49034E;
}
</style>