Shades of Hot Purple #490A50
Tints of Hot Purple #490A50
RGB
CMYK
RGB Variations
Color information
#490A50 (or 0x490A50) is known color: Hot Purple. HEX triplet: 49, 0A and 50. RGB value is (73,10,80). Sum of RGB (Red+Green+Blue) = 73+10+80=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #490A50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490A50 is #B6F5AF. Grayscale: #242424. Windows color (decimal): -11990448 or 5245513. OLE color: 5245513.
HSL color Cylindrical-coordinate representation of color #490A50: hue angle of 294º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490A50 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 10 | 80 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.69 |
| HSL | 294º | 0.78% | 0.18% | - |
| HSV(B) | 294º | 0.88% | 0.31% | - |
| XYZ | 4.3 | 2.21 | 7.79 | - |
| YUV | 36.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 80 | 0.09 | 0.87 | 0 | 0.69 | 294 | 0.78 | 0.18 |
| Hex | 49 | A | 50 | 9 | 57 | 0 | 45 | 126 | 4E | 12 |
| Octal | 111 | 12 | 120 | 11 | 127 | 0 | 105 | 446 | 116 | 22 |
| Binary | 1001001 | 1010 | 1010000 | 1001 | 1010111 | 0 | 1000101 | 100100110 | 1001110 | 10010 |
Color Harmonies of #490A50
Complementary color
Monochromatic Colors of #490A50
Black with #490A50
Text Example
Text Example
White with #490A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A50; }
p { color: rgb(73,10,80); }
H1.HeaderClassName
{
color: #490A50;
}
.AnyTagClassName
{
color: #490A50;
}
</style>
background-color css
<style>
a { background-color: #490A50; }
a { background-color: rgb(73,10,80); }
div.DivClassName
{
background-color: #490A50;
}
.BgClassName
{
background-color: #490A50;
}
</style>
border-color css
<style>
span { border-color: #490A50; }
span { border-color: rgb(73,10,80); }
td.TdClassName
{
border-color: #490A50;
}
.TagClassName
{
border-color: #490A50;
}
</style>