Shades of Hot Purple #490055
Tints of Hot Purple #490055
RGB
CMYK
RGB Variations
Color information
#490055 (or 0x490055) is known color: Hot Purple. HEX triplet: 49, 00 and 55. RGB value is (73,0,85). Sum of RGB (Red+Green+Blue) = 73+0+85=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #490055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490055 is #B6FFAA. Grayscale: #1F1F1F. Windows color (decimal): -11993003 or 5570633. OLE color: 5570633.
HSL color Cylindrical-coordinate representation of color #490055: hue angle of 291.53º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490055 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 0 | 85 | - |
| CMYK | 0.14 | 1 | 0 | 0.67 |
| HSL | 291.53º | 1% | 0.17% | - |
| HSV(B) | 291.53º | 1% | 0.33% | - |
| XYZ | 4.39 | 2.07 | 8.76 | - |
| YUV | 31.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 85 | 0.14 | 1 | 0 | 0.67 | 291.53 | 1 | 0.17 |
| Hex | 49 | 0 | 55 | E | 64 | 0 | 43 | 124 | 64 | 11 |
| Octal | 111 | 0 | 125 | 16 | 144 | 0 | 103 | 444 | 144 | 21 |
| Binary | 1001001 | 0 | 1010101 | 1110 | 1100100 | 0 | 1000011 | 100100100 | 1100100 | 10001 |
Color Harmonies of #490055
Complementary color
Monochromatic Colors of #490055
Black with #490055
Text Example
Text Example
White with #490055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490055; }
p { color: rgb(73,0,85); }
H1.HeaderClassName
{
color: #490055;
}
.AnyTagClassName
{
color: #490055;
}
</style>
background-color css
<style>
a { background-color: #490055; }
a { background-color: rgb(73,0,85); }
div.DivClassName
{
background-color: #490055;
}
.BgClassName
{
background-color: #490055;
}
</style>
border-color css
<style>
span { border-color: #490055; }
span { border-color: rgb(73,0,85); }
td.TdClassName
{
border-color: #490055;
}
.TagClassName
{
border-color: #490055;
}
</style>