Shades of Hot Purple #491552
Tints of Hot Purple #491552
RGB
CMYK
RGB Variations
Color information
#491552 (or 0x491552) is known color: Hot Purple. HEX triplet: 49, 15 and 52. RGB value is (73,21,82). Sum of RGB (Red+Green+Blue) = 73+21+82=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #491552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491552 is #B6EAAD. Grayscale: #2B2B2B. Windows color (decimal): -11987630 or 5379401. OLE color: 5379401.
HSL color Cylindrical-coordinate representation of color #491552: hue angle of 291.15º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491552 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 21 | 82 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.68 |
| HSL | 291.15º | 0.59% | 0.2% | - |
| HSV(B) | 291.15º | 0.74% | 0.32% | - |
| XYZ | 4.54 | 2.56 | 8.24 | - |
| YUV | 43.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 82 | 0.11 | 0.74 | 0 | 0.68 | 291.15 | 0.59 | 0.2 |
| Hex | 49 | 15 | 52 | B | 4A | 0 | 44 | 123 | 3B | 14 |
| Octal | 111 | 25 | 122 | 13 | 112 | 0 | 104 | 443 | 73 | 24 |
| Binary | 1001001 | 10101 | 1010010 | 1011 | 1001010 | 0 | 1000100 | 100100011 | 111011 | 10100 |
Color Harmonies of #491552
Complementary color
Monochromatic Colors of #491552
Black with #491552
Text Example
Text Example
White with #491552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491552; }
p { color: rgb(73,21,82); }
H1.HeaderClassName
{
color: #491552;
}
.AnyTagClassName
{
color: #491552;
}
</style>
background-color css
<style>
a { background-color: #491552; }
a { background-color: rgb(73,21,82); }
div.DivClassName
{
background-color: #491552;
}
.BgClassName
{
background-color: #491552;
}
</style>
border-color css
<style>
span { border-color: #491552; }
span { border-color: rgb(73,21,82); }
td.TdClassName
{
border-color: #491552;
}
.TagClassName
{
border-color: #491552;
}
</style>