Shades of Hot Purple #49044E
Tints of Hot Purple #49044E
RGB
CMYK
RGB Variations
Color information
#49044E (or 0x49044E) is known color: Hot Purple. HEX triplet: 49, 04 and 4E. RGB value is (73,4,78). Sum of RGB (Red+Green+Blue) = 73+4+78=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #49044E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49044E is #B6FBB1. Grayscale: #202020. Windows color (decimal): -11991986 or 5112905. OLE color: 5112905.
HSL color Cylindrical-coordinate representation of color #49044E: hue angle of 295.95º 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 #49044E is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 4 | 78 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.69 |
| HSL | 295.95º | 0.9% | 0.16% | - |
| HSV(B) | 295.95º | 0.95% | 0.31% | - |
| XYZ | 4.17 | 2.05 | 7.38 | - |
| YUV | 33.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 78 | 0.06 | 0.95 | 0 | 0.69 | 295.95 | 0.9 | 0.16 |
| Hex | 49 | 4 | 4E | 6 | 5F | 0 | 45 | 128 | 5A | 10 |
| Octal | 111 | 4 | 116 | 6 | 137 | 0 | 105 | 450 | 132 | 20 |
| Binary | 1001001 | 100 | 1001110 | 110 | 1011111 | 0 | 1000101 | 100101000 | 1011010 | 10000 |
Color Harmonies of #49044E
Complementary color
Monochromatic Colors of #49044E
Black with #49044E
Text Example
Text Example
White with #49044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49044E; }
p { color: rgb(73,4,78); }
H1.HeaderClassName
{
color: #49044E;
}
.AnyTagClassName
{
color: #49044E;
}
</style>
background-color css
<style>
a { background-color: #49044E; }
a { background-color: rgb(73,4,78); }
div.DivClassName
{
background-color: #49044E;
}
.BgClassName
{
background-color: #49044E;
}
</style>
border-color css
<style>
span { border-color: #49044E; }
span { border-color: rgb(73,4,78); }
td.TdClassName
{
border-color: #49044E;
}
.TagClassName
{
border-color: #49044E;
}
</style>