Shades of Hot Purple #491B50
Tints of Hot Purple #491B50
RGB
CMYK
RGB Variations
Color information
#491B50 (or 0x491B50) is known color: Hot Purple. HEX triplet: 49, 1B and 50. RGB value is (73,27,80). Sum of RGB (Red+Green+Blue) = 73+27+80=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #491B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491B50 is #B6E4AF. Grayscale: #2E2E2E. Windows color (decimal): -11986096 or 5249865. OLE color: 5249865.
HSL color Cylindrical-coordinate representation of color #491B50: hue angle of 292.08º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491B50 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 27 | 80 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.69 |
| HSL | 292.08º | 0.5% | 0.21% | - |
| HSV(B) | 292.08º | 0.66% | 0.31% | - |
| XYZ | 4.59 | 2.78 | 7.88 | - |
| YUV | 46.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 80 | 0.09 | 0.66 | 0 | 0.69 | 292.08 | 0.5 | 0.21 |
| Hex | 49 | 1B | 50 | 9 | 42 | 0 | 45 | 124 | 32 | 15 |
| Octal | 111 | 33 | 120 | 11 | 102 | 0 | 105 | 444 | 62 | 25 |
| Binary | 1001001 | 11011 | 1010000 | 1001 | 1000010 | 0 | 1000101 | 100100100 | 110010 | 10101 |
Color Harmonies of #491B50
Complementary color
Monochromatic Colors of #491B50
Black with #491B50
Text Example
Text Example
White with #491B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B50; }
p { color: rgb(73,27,80); }
H1.HeaderClassName
{
color: #491B50;
}
.AnyTagClassName
{
color: #491B50;
}
</style>
background-color css
<style>
a { background-color: #491B50; }
a { background-color: rgb(73,27,80); }
div.DivClassName
{
background-color: #491B50;
}
.BgClassName
{
background-color: #491B50;
}
</style>
border-color css
<style>
span { border-color: #491B50; }
span { border-color: rgb(73,27,80); }
td.TdClassName
{
border-color: #491B50;
}
.TagClassName
{
border-color: #491B50;
}
</style>