Shades of Hot Purple #49104E
Tints of Hot Purple #49104E
RGB
CMYK
RGB Variations
Color information
#49104E (or 0x49104E) is known color: Hot Purple. HEX triplet: 49, 10 and 4E. RGB value is (73,16,78). Sum of RGB (Red+Green+Blue) = 73+16+78=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #49104E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49104E is #B6EFB1. Grayscale: #272727. Windows color (decimal): -11988914 or 5115977. OLE color: 5115977.
HSL color Cylindrical-coordinate representation of color #49104E: hue angle of 295.16º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49104E is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 16 | 78 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.69 |
| HSL | 295.16º | 0.66% | 0.18% | - |
| HSV(B) | 295.16º | 0.79% | 0.31% | - |
| XYZ | 4.31 | 2.34 | 7.43 | - |
| YUV | 40.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 78 | 0.06 | 0.79 | 0 | 0.69 | 295.16 | 0.66 | 0.18 |
| Hex | 49 | 10 | 4E | 6 | 4F | 0 | 45 | 127 | 42 | 12 |
| Octal | 111 | 20 | 116 | 6 | 117 | 0 | 105 | 447 | 102 | 22 |
| Binary | 1001001 | 10000 | 1001110 | 110 | 1001111 | 0 | 1000101 | 100100111 | 1000010 | 10010 |
Color Harmonies of #49104E
Complementary color
Monochromatic Colors of #49104E
Black with #49104E
Text Example
Text Example
White with #49104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49104E; }
p { color: rgb(73,16,78); }
H1.HeaderClassName
{
color: #49104E;
}
.AnyTagClassName
{
color: #49104E;
}
</style>
background-color css
<style>
a { background-color: #49104E; }
a { background-color: rgb(73,16,78); }
div.DivClassName
{
background-color: #49104E;
}
.BgClassName
{
background-color: #49104E;
}
</style>
border-color css
<style>
span { border-color: #49104E; }
span { border-color: rgb(73,16,78); }
td.TdClassName
{
border-color: #49104E;
}
.TagClassName
{
border-color: #49104E;
}
</style>