Shades of Hot Purple #490557
Tints of Hot Purple #490557
RGB
CMYK
RGB Variations
Color information
#490557 (or 0x490557) is known color: Hot Purple. HEX triplet: 49, 05 and 57. RGB value is (73,5,87). Sum of RGB (Red+Green+Blue) = 73+5+87=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #490557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490557 is #B6FAA8. Grayscale: #222222. Windows color (decimal): -11991721 or 5702985. OLE color: 5702985.
HSL color Cylindrical-coordinate representation of color #490557: hue angle of 289.76º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490557 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 5 | 87 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.66 |
| HSL | 289.76º | 0.89% | 0.18% | - |
| HSV(B) | 289.76º | 0.94% | 0.34% | - |
| XYZ | 4.52 | 2.21 | 9.21 | - |
| YUV | 34.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 87 | 0.16 | 0.94 | 0 | 0.66 | 289.76 | 0.89 | 0.18 |
| Hex | 49 | 5 | 57 | 10 | 5E | 0 | 42 | 122 | 59 | 12 |
| Octal | 111 | 5 | 127 | 20 | 136 | 0 | 102 | 442 | 131 | 22 |
| Binary | 1001001 | 101 | 1010111 | 10000 | 1011110 | 0 | 1000010 | 100100010 | 1011001 | 10010 |
Color Harmonies of #490557
Complementary color
Monochromatic Colors of #490557
Black with #490557
Text Example
Text Example
White with #490557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490557; }
p { color: rgb(73,5,87); }
H1.HeaderClassName
{
color: #490557;
}
.AnyTagClassName
{
color: #490557;
}
</style>
background-color css
<style>
a { background-color: #490557; }
a { background-color: rgb(73,5,87); }
div.DivClassName
{
background-color: #490557;
}
.BgClassName
{
background-color: #490557;
}
</style>
border-color css
<style>
span { border-color: #490557; }
span { border-color: rgb(73,5,87); }
td.TdClassName
{
border-color: #490557;
}
.TagClassName
{
border-color: #490557;
}
</style>