Shades of Hot Purple #49014E
Tints of Hot Purple #49014E
RGB
CMYK
RGB Variations
Color information
#49014E (or 0x49014E) is known color: Hot Purple. HEX triplet: 49, 01 and 4E. RGB value is (73,1,78). Sum of RGB (Red+Green+Blue) = 73+1+78=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #49014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49014E is #B6FEB1. Grayscale: #1F1F1F. Windows color (decimal): -11992754 or 5112137. OLE color: 5112137.
HSL color Cylindrical-coordinate representation of color #49014E: hue angle of 296.1º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49014E is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 1 | 78 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.69 |
| HSL | 296.1º | 0.97% | 0.15% | - |
| HSV(B) | 296.1º | 0.99% | 0.31% | - |
| XYZ | 4.13 | 1.99 | 7.37 | - |
| YUV | 31.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 78 | 0.06 | 0.99 | 0 | 0.69 | 296.1 | 0.97 | 0.15 |
| Hex | 49 | 1 | 4E | 6 | 63 | 0 | 45 | 128 | 61 | F |
| Octal | 111 | 1 | 116 | 6 | 143 | 0 | 105 | 450 | 141 | 17 |
| Binary | 1001001 | 1 | 1001110 | 110 | 1100011 | 0 | 1000101 | 100101000 | 1100001 | 1111 |
Color Harmonies of #49014E
Complementary color
Monochromatic Colors of #49014E
Black with #49014E
Text Example
Text Example
White with #49014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49014E; }
p { color: rgb(73,1,78); }
H1.HeaderClassName
{
color: #49014E;
}
.AnyTagClassName
{
color: #49014E;
}
</style>
background-color css
<style>
a { background-color: #49014E; }
a { background-color: rgb(73,1,78); }
div.DivClassName
{
background-color: #49014E;
}
.BgClassName
{
background-color: #49014E;
}
</style>
border-color css
<style>
span { border-color: #49014E; }
span { border-color: rgb(73,1,78); }
td.TdClassName
{
border-color: #49014E;
}
.TagClassName
{
border-color: #49014E;
}
</style>