Shades of Hot Purple #490556
Tints of Hot Purple #490556
RGB
CMYK
RGB Variations
Color information
#490556 (or 0x490556) is known color: Hot Purple. HEX triplet: 49, 05 and 56. RGB value is (73,5,86). Sum of RGB (Red+Green+Blue) = 73+5+86=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #490556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490556 is #B6FAA9. Grayscale: #222222. Windows color (decimal): -11991722 or 5637449. OLE color: 5637449.
HSL color Cylindrical-coordinate representation of color #490556: hue angle of 290.37º 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 #490556 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 5 | 86 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.66 |
| HSL | 290.37º | 0.89% | 0.18% | - |
| HSV(B) | 290.37º | 0.94% | 0.34% | - |
| XYZ | 4.48 | 2.2 | 8.99 | - |
| YUV | 34.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 86 | 0.15 | 0.94 | 0 | 0.66 | 290.37 | 0.89 | 0.18 |
| Hex | 49 | 5 | 56 | F | 5E | 0 | 42 | 122 | 59 | 12 |
| Octal | 111 | 5 | 126 | 17 | 136 | 0 | 102 | 442 | 131 | 22 |
| Binary | 1001001 | 101 | 1010110 | 1111 | 1011110 | 0 | 1000010 | 100100010 | 1011001 | 10010 |
Color Harmonies of #490556
Complementary color
Monochromatic Colors of #490556
Black with #490556
Text Example
Text Example
White with #490556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490556; }
p { color: rgb(73,5,86); }
H1.HeaderClassName
{
color: #490556;
}
.AnyTagClassName
{
color: #490556;
}
</style>
background-color css
<style>
a { background-color: #490556; }
a { background-color: rgb(73,5,86); }
div.DivClassName
{
background-color: #490556;
}
.BgClassName
{
background-color: #490556;
}
</style>
border-color css
<style>
span { border-color: #490556; }
span { border-color: rgb(73,5,86); }
td.TdClassName
{
border-color: #490556;
}
.TagClassName
{
border-color: #490556;
}
</style>