Shades of Hot Purple #490D50
Tints of Hot Purple #490D50
RGB
CMYK
RGB Variations
Color information
#490D50 (or 0x490D50) is known color: Hot Purple. HEX triplet: 49, 0D and 50. RGB value is (73,13,80). Sum of RGB (Red+Green+Blue) = 73+13+80=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #490D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D50 is #B6F2AF. Grayscale: #262626. Windows color (decimal): -11989680 or 5246281. OLE color: 5246281.
HSL color Cylindrical-coordinate representation of color #490D50: hue angle of 293.73º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490D50 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 13 | 80 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.69 |
| HSL | 293.73º | 0.72% | 0.18% | - |
| HSV(B) | 293.73º | 0.84% | 0.31% | - |
| XYZ | 4.34 | 2.28 | 7.8 | - |
| YUV | 38.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 80 | 0.09 | 0.84 | 0 | 0.69 | 293.73 | 0.72 | 0.18 |
| Hex | 49 | D | 50 | 9 | 54 | 0 | 45 | 126 | 48 | 12 |
| Octal | 111 | 15 | 120 | 11 | 124 | 0 | 105 | 446 | 110 | 22 |
| Binary | 1001001 | 1101 | 1010000 | 1001 | 1010100 | 0 | 1000101 | 100100110 | 1001000 | 10010 |
Color Harmonies of #490D50
Complementary color
Monochromatic Colors of #490D50
Black with #490D50
Text Example
Text Example
White with #490D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D50; }
p { color: rgb(73,13,80); }
H1.HeaderClassName
{
color: #490D50;
}
.AnyTagClassName
{
color: #490D50;
}
</style>
background-color css
<style>
a { background-color: #490D50; }
a { background-color: rgb(73,13,80); }
div.DivClassName
{
background-color: #490D50;
}
.BgClassName
{
background-color: #490D50;
}
</style>
border-color css
<style>
span { border-color: #490D50; }
span { border-color: rgb(73,13,80); }
td.TdClassName
{
border-color: #490D50;
}
.TagClassName
{
border-color: #490D50;
}
</style>