Shades of Hot Purple #490B50
Tints of Hot Purple #490B50
RGB
CMYK
RGB Variations
Color information
#490B50 (or 0x490B50) is known color: Hot Purple. HEX triplet: 49, 0B and 50. RGB value is (73,11,80). Sum of RGB (Red+Green+Blue) = 73+11+80=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #490B50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B50 is #B6F4AF. Grayscale: #252525. Windows color (decimal): -11990192 or 5245769. OLE color: 5245769.
HSL color Cylindrical-coordinate representation of color #490B50: hue angle of 293.91º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490B50 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 11 | 80 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.69 |
| HSL | 293.91º | 0.76% | 0.18% | - |
| HSV(B) | 293.91º | 0.86% | 0.31% | - |
| XYZ | 4.32 | 2.23 | 7.79 | - |
| YUV | 37.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 80 | 0.09 | 0.86 | 0 | 0.69 | 293.91 | 0.76 | 0.18 |
| Hex | 49 | B | 50 | 9 | 56 | 0 | 45 | 126 | 4C | 12 |
| Octal | 111 | 13 | 120 | 11 | 126 | 0 | 105 | 446 | 114 | 22 |
| Binary | 1001001 | 1011 | 1010000 | 1001 | 1010110 | 0 | 1000101 | 100100110 | 1001100 | 10010 |
Color Harmonies of #490B50
Complementary color
Monochromatic Colors of #490B50
Black with #490B50
Text Example
Text Example
White with #490B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B50; }
p { color: rgb(73,11,80); }
H1.HeaderClassName
{
color: #490B50;
}
.AnyTagClassName
{
color: #490B50;
}
</style>
background-color css
<style>
a { background-color: #490B50; }
a { background-color: rgb(73,11,80); }
div.DivClassName
{
background-color: #490B50;
}
.BgClassName
{
background-color: #490B50;
}
</style>
border-color css
<style>
span { border-color: #490B50; }
span { border-color: rgb(73,11,80); }
td.TdClassName
{
border-color: #490B50;
}
.TagClassName
{
border-color: #490B50;
}
</style>