Shades of Hot Purple #49014F
Tints of Hot Purple #49014F
RGB
CMYK
RGB Variations
Color information
#49014F (or 0x49014F) is known color: Hot Purple. HEX triplet: 49, 01 and 4F. RGB value is (73,1,79). Sum of RGB (Red+Green+Blue) = 73+1+79=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #49014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49014F is #B6FEB0. Grayscale: #1F1F1F. Windows color (decimal): -11992753 or 5177673. OLE color: 5177673.
HSL color Cylindrical-coordinate representation of color #49014F: hue angle of 295.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49014F is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 1 | 79 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.69 |
| HSL | 295.38º | 0.98% | 0.16% | - |
| HSV(B) | 295.38º | 0.99% | 0.31% | - |
| XYZ | 4.17 | 2 | 7.56 | - |
| YUV | 31.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 79 | 0.08 | 0.99 | 0 | 0.69 | 295.38 | 0.98 | 0.16 |
| Hex | 49 | 1 | 4F | 8 | 63 | 0 | 45 | 127 | 62 | 10 |
| Octal | 111 | 1 | 117 | 10 | 143 | 0 | 105 | 447 | 142 | 20 |
| Binary | 1001001 | 1 | 1001111 | 1000 | 1100011 | 0 | 1000101 | 100100111 | 1100010 | 10000 |
Color Harmonies of #49014F
Complementary color
Monochromatic Colors of #49014F
Black with #49014F
Text Example
Text Example
White with #49014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49014F; }
p { color: rgb(73,1,79); }
H1.HeaderClassName
{
color: #49014F;
}
.AnyTagClassName
{
color: #49014F;
}
</style>
background-color css
<style>
a { background-color: #49014F; }
a { background-color: rgb(73,1,79); }
div.DivClassName
{
background-color: #49014F;
}
.BgClassName
{
background-color: #49014F;
}
</style>
border-color css
<style>
span { border-color: #49014F; }
span { border-color: rgb(73,1,79); }
td.TdClassName
{
border-color: #49014F;
}
.TagClassName
{
border-color: #49014F;
}
</style>