Shades of Hot Purple #49064E
Tints of Hot Purple #49064E
RGB
CMYK
RGB Variations
Color information
#49064E (or 0x49064E) is known color: Hot Purple. HEX triplet: 49, 06 and 4E. RGB value is (73,6,78). Sum of RGB (Red+Green+Blue) = 73+6+78=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #49064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49064E is #B6F9B1. Grayscale: #222222. Windows color (decimal): -11991474 or 5113417. OLE color: 5113417.
HSL color Cylindrical-coordinate representation of color #49064E: hue angle of 295.83º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49064E is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 6 | 78 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.69 |
| HSL | 295.83º | 0.86% | 0.16% | - |
| HSV(B) | 295.83º | 0.92% | 0.31% | - |
| XYZ | 4.19 | 2.1 | 7.39 | - |
| YUV | 34.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 78 | 0.06 | 0.92 | 0 | 0.69 | 295.83 | 0.86 | 0.16 |
| Hex | 49 | 6 | 4E | 6 | 5C | 0 | 45 | 128 | 56 | 10 |
| Octal | 111 | 6 | 116 | 6 | 134 | 0 | 105 | 450 | 126 | 20 |
| Binary | 1001001 | 110 | 1001110 | 110 | 1011100 | 0 | 1000101 | 100101000 | 1010110 | 10000 |
Color Harmonies of #49064E
Complementary color
Monochromatic Colors of #49064E
Black with #49064E
Text Example
Text Example
White with #49064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49064E; }
p { color: rgb(73,6,78); }
H1.HeaderClassName
{
color: #49064E;
}
.AnyTagClassName
{
color: #49064E;
}
</style>
background-color css
<style>
a { background-color: #49064E; }
a { background-color: rgb(73,6,78); }
div.DivClassName
{
background-color: #49064E;
}
.BgClassName
{
background-color: #49064E;
}
</style>
border-color css
<style>
span { border-color: #49064E; }
span { border-color: rgb(73,6,78); }
td.TdClassName
{
border-color: #49064E;
}
.TagClassName
{
border-color: #49064E;
}
</style>