Shades of Hot Purple #490654
Tints of Hot Purple #490654
RGB
CMYK
RGB Variations
Color information
#490654 (or 0x490654) is known color: Hot Purple. HEX triplet: 49, 06 and 54. RGB value is (73,6,84). Sum of RGB (Red+Green+Blue) = 73+6+84=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #490654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490654 is #B6F9AB. Grayscale: #222222. Windows color (decimal): -11991468 or 5506633. OLE color: 5506633.
HSL color Cylindrical-coordinate representation of color #490654: hue angle of 291.54º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490654 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 6 | 84 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.67 |
| HSL | 291.54º | 0.87% | 0.18% | - |
| HSV(B) | 291.54º | 0.93% | 0.33% | - |
| XYZ | 4.41 | 2.19 | 8.58 | - |
| YUV | 34.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 84 | 0.13 | 0.93 | 0 | 0.67 | 291.54 | 0.87 | 0.18 |
| Hex | 49 | 6 | 54 | D | 5D | 0 | 43 | 124 | 57 | 12 |
| Octal | 111 | 6 | 124 | 15 | 135 | 0 | 103 | 444 | 127 | 22 |
| Binary | 1001001 | 110 | 1010100 | 1101 | 1011101 | 0 | 1000011 | 100100100 | 1010111 | 10010 |
Color Harmonies of #490654
Complementary color
Monochromatic Colors of #490654
Black with #490654
Text Example
Text Example
White with #490654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490654; }
p { color: rgb(73,6,84); }
H1.HeaderClassName
{
color: #490654;
}
.AnyTagClassName
{
color: #490654;
}
</style>
background-color css
<style>
a { background-color: #490654; }
a { background-color: rgb(73,6,84); }
div.DivClassName
{
background-color: #490654;
}
.BgClassName
{
background-color: #490654;
}
</style>
border-color css
<style>
span { border-color: #490654; }
span { border-color: rgb(73,6,84); }
td.TdClassName
{
border-color: #490654;
}
.TagClassName
{
border-color: #490654;
}
</style>