Shades of Hot Purple #490E55
Tints of Hot Purple #490E55
RGB
CMYK
RGB Variations
Color information
#490E55 (or 0x490E55) is known color: Hot Purple. HEX triplet: 49, 0E and 55. RGB value is (73,14,85). Sum of RGB (Red+Green+Blue) = 73+14+85=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #490E55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E55 is #B6F1AA. Grayscale: #272727. Windows color (decimal): -11989419 or 5574217. OLE color: 5574217.
HSL color Cylindrical-coordinate representation of color #490E55: hue angle of 289.86º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490E55 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 14 | 85 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.67 |
| HSL | 289.86º | 0.72% | 0.19% | - |
| HSV(B) | 289.86º | 0.84% | 0.33% | - |
| XYZ | 4.54 | 2.39 | 8.82 | - |
| YUV | 39.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 85 | 0.14 | 0.84 | 0 | 0.67 | 289.86 | 0.72 | 0.19 |
| Hex | 49 | E | 55 | E | 54 | 0 | 43 | 122 | 48 | 13 |
| Octal | 111 | 16 | 125 | 16 | 124 | 0 | 103 | 442 | 110 | 23 |
| Binary | 1001001 | 1110 | 1010101 | 1110 | 1010100 | 0 | 1000011 | 100100010 | 1001000 | 10011 |
Color Harmonies of #490E55
Complementary color
Monochromatic Colors of #490E55
Black with #490E55
Text Example
Text Example
White with #490E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490E55; }
p { color: rgb(73,14,85); }
H1.HeaderClassName
{
color: #490E55;
}
.AnyTagClassName
{
color: #490E55;
}
</style>
background-color css
<style>
a { background-color: #490E55; }
a { background-color: rgb(73,14,85); }
div.DivClassName
{
background-color: #490E55;
}
.BgClassName
{
background-color: #490E55;
}
</style>
border-color css
<style>
span { border-color: #490E55; }
span { border-color: rgb(73,14,85); }
td.TdClassName
{
border-color: #490E55;
}
.TagClassName
{
border-color: #490E55;
}
</style>