Shades of Hot Purple #490354
Tints of Hot Purple #490354
RGB
CMYK
RGB Variations
Color information
#490354 (or 0x490354) is known color: Hot Purple. HEX triplet: 49, 03 and 54. RGB value is (73,3,84). Sum of RGB (Red+Green+Blue) = 73+3+84=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #490354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490354 is #B6FCAB. Grayscale: #202020. Windows color (decimal): -11992236 or 5505865. OLE color: 5505865.
HSL color Cylindrical-coordinate representation of color #490354: hue angle of 291.85º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490354 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 3 | 84 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.67 |
| HSL | 291.85º | 0.93% | 0.17% | - |
| HSV(B) | 291.85º | 0.96% | 0.33% | - |
| XYZ | 4.38 | 2.12 | 8.57 | - |
| YUV | 33.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 84 | 0.13 | 0.96 | 0 | 0.67 | 291.85 | 0.93 | 0.17 |
| Hex | 49 | 3 | 54 | D | 60 | 0 | 43 | 124 | 5D | 11 |
| Octal | 111 | 3 | 124 | 15 | 140 | 0 | 103 | 444 | 135 | 21 |
| Binary | 1001001 | 11 | 1010100 | 1101 | 1100000 | 0 | 1000011 | 100100100 | 1011101 | 10001 |
Color Harmonies of #490354
Complementary color
Monochromatic Colors of #490354
Black with #490354
Text Example
Text Example
White with #490354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490354; }
p { color: rgb(73,3,84); }
H1.HeaderClassName
{
color: #490354;
}
.AnyTagClassName
{
color: #490354;
}
</style>
background-color css
<style>
a { background-color: #490354; }
a { background-color: rgb(73,3,84); }
div.DivClassName
{
background-color: #490354;
}
.BgClassName
{
background-color: #490354;
}
</style>
border-color css
<style>
span { border-color: #490354; }
span { border-color: rgb(73,3,84); }
td.TdClassName
{
border-color: #490354;
}
.TagClassName
{
border-color: #490354;
}
</style>