Shades of Hot Purple #490B4E
Tints of Hot Purple #490B4E
RGB
CMYK
RGB Variations
Color information
#490B4E (or 0x490B4E) is known color: Hot Purple. HEX triplet: 49, 0B and 4E. RGB value is (73,11,78). Sum of RGB (Red+Green+Blue) = 73+11+78=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #490B4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B4E is #B6F4B1. Grayscale: #242424. Windows color (decimal): -11990194 or 5114697. OLE color: 5114697.
HSL color Cylindrical-coordinate representation of color #490B4E: hue angle of 295.52º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490B4E is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 11 | 78 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.69 |
| HSL | 295.52º | 0.75% | 0.17% | - |
| HSV(B) | 295.52º | 0.86% | 0.31% | - |
| XYZ | 4.24 | 2.21 | 7.41 | - |
| YUV | 37.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 78 | 0.06 | 0.86 | 0 | 0.69 | 295.52 | 0.75 | 0.17 |
| Hex | 49 | B | 4E | 6 | 56 | 0 | 45 | 128 | 4B | 11 |
| Octal | 111 | 13 | 116 | 6 | 126 | 0 | 105 | 450 | 113 | 21 |
| Binary | 1001001 | 1011 | 1001110 | 110 | 1010110 | 0 | 1000101 | 100101000 | 1001011 | 10001 |
Color Harmonies of #490B4E
Complementary color
Monochromatic Colors of #490B4E
Black with #490B4E
Text Example
Text Example
White with #490B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B4E; }
p { color: rgb(73,11,78); }
H1.HeaderClassName
{
color: #490B4E;
}
.AnyTagClassName
{
color: #490B4E;
}
</style>
background-color css
<style>
a { background-color: #490B4E; }
a { background-color: rgb(73,11,78); }
div.DivClassName
{
background-color: #490B4E;
}
.BgClassName
{
background-color: #490B4E;
}
</style>
border-color css
<style>
span { border-color: #490B4E; }
span { border-color: rgb(73,11,78); }
td.TdClassName
{
border-color: #490B4E;
}
.TagClassName
{
border-color: #490B4E;
}
</style>