Shades of Hot Purple #490250
Tints of Hot Purple #490250
RGB
CMYK
RGB Variations
Color information
#490250 (or 0x490250) is known color: Hot Purple. HEX triplet: 49, 02 and 50. RGB value is (73,2,80). Sum of RGB (Red+Green+Blue) = 73+2+80=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #490250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490250 is #B6FDAF. Grayscale: #1F1F1F. Windows color (decimal): -11992496 or 5243465. OLE color: 5243465.
HSL color Cylindrical-coordinate representation of color #490250: hue angle of 294.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490250 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 2 | 80 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.69 |
| HSL | 294.62º | 0.95% | 0.16% | - |
| HSV(B) | 294.62º | 0.98% | 0.31% | - |
| XYZ | 4.22 | 2.04 | 7.76 | - |
| YUV | 32.12 | 155.02 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 80 | 0.09 | 0.98 | 0 | 0.69 | 294.62 | 0.95 | 0.16 |
| Hex | 49 | 2 | 50 | 9 | 62 | 0 | 45 | 127 | 5F | 10 |
| Octal | 111 | 2 | 120 | 11 | 142 | 0 | 105 | 447 | 137 | 20 |
| Binary | 1001001 | 10 | 1010000 | 1001 | 1100010 | 0 | 1000101 | 100100111 | 1011111 | 10000 |
Color Harmonies of #490250
Complementary color
Monochromatic Colors of #490250
Black with #490250
Text Example
Text Example
White with #490250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490250; }
p { color: rgb(73,2,80); }
H1.HeaderClassName
{
color: #490250;
}
.AnyTagClassName
{
color: #490250;
}
</style>
background-color css
<style>
a { background-color: #490250; }
a { background-color: rgb(73,2,80); }
div.DivClassName
{
background-color: #490250;
}
.BgClassName
{
background-color: #490250;
}
</style>
border-color css
<style>
span { border-color: #490250; }
span { border-color: rgb(73,2,80); }
td.TdClassName
{
border-color: #490250;
}
.TagClassName
{
border-color: #490250;
}
</style>