Shades of Hot Purple #491C4A
Tints of Hot Purple #491C4A
RGB
CMYK
RGB Variations
Color information
#491C4A (or 0x491C4A) is known color: Hot Purple. HEX triplet: 49, 1C and 4A. RGB value is (73,28,74). Sum of RGB (Red+Green+Blue) = 73+28+74=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #491C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C4A is #B6E3B5. Grayscale: #2E2E2E. Windows color (decimal): -11985846 or 4856905. OLE color: 4856905.
HSL color Cylindrical-coordinate representation of color #491C4A: hue angle of 298.7º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #491C4A is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 74 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.71 |
| HSL | 298.7º | 0.45% | 0.2% | - |
| HSV(B) | 298.7º | 0.62% | 0.29% | - |
| XYZ | 4.4 | 2.74 | 6.78 | - |
| YUV | 46.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 74 | 0.01 | 0.62 | 0 | 0.71 | 298.7 | 0.45 | 0.2 |
| Hex | 49 | 1C | 4A | 1 | 3E | 0 | 47 | 12B | 2D | 14 |
| Octal | 111 | 34 | 112 | 1 | 76 | 0 | 107 | 453 | 55 | 24 |
| Binary | 1001001 | 11100 | 1001010 | 1 | 111110 | 0 | 1000111 | 100101011 | 101101 | 10100 |
Color Harmonies of #491C4A
Complementary color
Monochromatic Colors of #491C4A
Black with #491C4A
Text Example
Text Example
White with #491C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C4A; }
p { color: rgb(73,28,74); }
H1.HeaderClassName
{
color: #491C4A;
}
.AnyTagClassName
{
color: #491C4A;
}
</style>
background-color css
<style>
a { background-color: #491C4A; }
a { background-color: rgb(73,28,74); }
div.DivClassName
{
background-color: #491C4A;
}
.BgClassName
{
background-color: #491C4A;
}
</style>
border-color css
<style>
span { border-color: #491C4A; }
span { border-color: rgb(73,28,74); }
td.TdClassName
{
border-color: #491C4A;
}
.TagClassName
{
border-color: #491C4A;
}
</style>