Shades of Hot Purple #491D4C
Tints of Hot Purple #491D4C
RGB
CMYK
RGB Variations
Color information
#491D4C (or 0x491D4C) is known color: Hot Purple. HEX triplet: 49, 1D and 4C. RGB value is (73,29,76). Sum of RGB (Red+Green+Blue) = 73+29+76=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #491D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D4C is #B6E2B3. Grayscale: #2F2F2F. Windows color (decimal): -11985588 or 4988233. OLE color: 4988233.
HSL color Cylindrical-coordinate representation of color #491D4C: hue angle of 296.17º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #491D4C is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 29 | 76 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.70 |
| HSL | 296.17º | 0.45% | 0.21% | - |
| HSV(B) | 296.17º | 0.62% | 0.3% | - |
| XYZ | 4.49 | 2.82 | 7.14 | - |
| YUV | 47.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 76 | 0.04 | 0.62 | 0 | 0.70 | 296.17 | 0.45 | 0.21 |
| Hex | 49 | 1D | 4C | 4 | 3E | 0 | 46 | 128 | 2D | 15 |
| Octal | 111 | 35 | 114 | 4 | 76 | 0 | 106 | 450 | 55 | 25 |
| Binary | 1001001 | 11101 | 1001100 | 100 | 111110 | 0 | 1000110 | 100101000 | 101101 | 10101 |
Color Harmonies of #491D4C
Complementary color
Monochromatic Colors of #491D4C
Black with #491D4C
Text Example
Text Example
White with #491D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D4C; }
p { color: rgb(73,29,76); }
H1.HeaderClassName
{
color: #491D4C;
}
.AnyTagClassName
{
color: #491D4C;
}
</style>
background-color css
<style>
a { background-color: #491D4C; }
a { background-color: rgb(73,29,76); }
div.DivClassName
{
background-color: #491D4C;
}
.BgClassName
{
background-color: #491D4C;
}
</style>
border-color css
<style>
span { border-color: #491D4C; }
span { border-color: rgb(73,29,76); }
td.TdClassName
{
border-color: #491D4C;
}
.TagClassName
{
border-color: #491D4C;
}
</style>