Shades of Hot Purple #490D4D
Tints of Hot Purple #490D4D
RGB
CMYK
RGB Variations
Color information
#490D4D (or 0x490D4D) is known color: Hot Purple. HEX triplet: 49, 0D and 4D. RGB value is (73,13,77). Sum of RGB (Red+Green+Blue) = 73+13+77=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #490D4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D4D is #B6F2B2. Grayscale: #262626. Windows color (decimal): -11989683 or 5049673. OLE color: 5049673.
HSL color Cylindrical-coordinate representation of color #490D4D: hue angle of 296.25º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #490D4D is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 13 | 77 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.70 |
| HSL | 296.25º | 0.71% | 0.18% | - |
| HSV(B) | 296.25º | 0.83% | 0.3% | - |
| XYZ | 4.23 | 2.24 | 7.23 | - |
| YUV | 38.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 77 | 0.05 | 0.83 | 0 | 0.70 | 296.25 | 0.71 | 0.18 |
| Hex | 49 | D | 4D | 5 | 53 | 0 | 46 | 128 | 47 | 12 |
| Octal | 111 | 15 | 115 | 5 | 123 | 0 | 106 | 450 | 107 | 22 |
| Binary | 1001001 | 1101 | 1001101 | 101 | 1010011 | 0 | 1000110 | 100101000 | 1000111 | 10010 |
Color Harmonies of #490D4D
Complementary color
Monochromatic Colors of #490D4D
Black with #490D4D
Text Example
Text Example
White with #490D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D4D; }
p { color: rgb(73,13,77); }
H1.HeaderClassName
{
color: #490D4D;
}
.AnyTagClassName
{
color: #490D4D;
}
</style>
background-color css
<style>
a { background-color: #490D4D; }
a { background-color: rgb(73,13,77); }
div.DivClassName
{
background-color: #490D4D;
}
.BgClassName
{
background-color: #490D4D;
}
</style>
border-color css
<style>
span { border-color: #490D4D; }
span { border-color: rgb(73,13,77); }
td.TdClassName
{
border-color: #490D4D;
}
.TagClassName
{
border-color: #490D4D;
}
</style>