Shades of Hot Purple #49044F
Tints of Hot Purple #49044F
RGB
CMYK
RGB Variations
Color information
#49044F (or 0x49044F) is known color: Hot Purple. HEX triplet: 49, 04 and 4F. RGB value is (73,4,79). Sum of RGB (Red+Green+Blue) = 73+4+79=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #49044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49044F is #B6FBB0. Grayscale: #202020. Windows color (decimal): -11991985 or 5178441. OLE color: 5178441.
HSL color Cylindrical-coordinate representation of color #49044F: hue angle of 295.2º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49044F is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 4 | 79 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.69 |
| HSL | 295.2º | 0.9% | 0.16% | - |
| HSV(B) | 295.2º | 0.95% | 0.31% | - |
| XYZ | 4.2 | 2.07 | 7.57 | - |
| YUV | 33.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 79 | 0.08 | 0.95 | 0 | 0.69 | 295.2 | 0.9 | 0.16 |
| Hex | 49 | 4 | 4F | 8 | 5F | 0 | 45 | 127 | 5A | 10 |
| Octal | 111 | 4 | 117 | 10 | 137 | 0 | 105 | 447 | 132 | 20 |
| Binary | 1001001 | 100 | 1001111 | 1000 | 1011111 | 0 | 1000101 | 100100111 | 1011010 | 10000 |
Color Harmonies of #49044F
Complementary color
Monochromatic Colors of #49044F
Black with #49044F
Text Example
Text Example
White with #49044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49044F; }
p { color: rgb(73,4,79); }
H1.HeaderClassName
{
color: #49044F;
}
.AnyTagClassName
{
color: #49044F;
}
</style>
background-color css
<style>
a { background-color: #49044F; }
a { background-color: rgb(73,4,79); }
div.DivClassName
{
background-color: #49044F;
}
.BgClassName
{
background-color: #49044F;
}
</style>
border-color css
<style>
span { border-color: #49044F; }
span { border-color: rgb(73,4,79); }
td.TdClassName
{
border-color: #49044F;
}
.TagClassName
{
border-color: #49044F;
}
</style>