Shades of Hot Purple #490A54
Tints of Hot Purple #490A54
RGB
CMYK
RGB Variations
Color information
#490A54 (or 0x490A54) is known color: Hot Purple. HEX triplet: 49, 0A and 54. RGB value is (73,10,84). Sum of RGB (Red+Green+Blue) = 73+10+84=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #490A54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490A54 is #B6F5AB. Grayscale: #252525. Windows color (decimal): -11990444 or 5507657. OLE color: 5507657.
HSL color Cylindrical-coordinate representation of color #490A54: hue angle of 291.08º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490A54 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 10 | 84 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.67 |
| HSL | 291.08º | 0.79% | 0.18% | - |
| HSV(B) | 291.08º | 0.88% | 0.33% | - |
| XYZ | 4.46 | 2.27 | 8.59 | - |
| YUV | 37.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 84 | 0.13 | 0.88 | 0 | 0.67 | 291.08 | 0.79 | 0.18 |
| Hex | 49 | A | 54 | D | 58 | 0 | 43 | 123 | 4F | 12 |
| Octal | 111 | 12 | 124 | 15 | 130 | 0 | 103 | 443 | 117 | 22 |
| Binary | 1001001 | 1010 | 1010100 | 1101 | 1011000 | 0 | 1000011 | 100100011 | 1001111 | 10010 |
Color Harmonies of #490A54
Complementary color
Monochromatic Colors of #490A54
Black with #490A54
Text Example
Text Example
White with #490A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A54; }
p { color: rgb(73,10,84); }
H1.HeaderClassName
{
color: #490A54;
}
.AnyTagClassName
{
color: #490A54;
}
</style>
background-color css
<style>
a { background-color: #490A54; }
a { background-color: rgb(73,10,84); }
div.DivClassName
{
background-color: #490A54;
}
.BgClassName
{
background-color: #490A54;
}
</style>
border-color css
<style>
span { border-color: #490A54; }
span { border-color: rgb(73,10,84); }
td.TdClassName
{
border-color: #490A54;
}
.TagClassName
{
border-color: #490A54;
}
</style>