Shades of Hot Purple #491454
Tints of Hot Purple #491454
RGB
CMYK
RGB Variations
Color information
#491454 (or 0x491454) is known color: Hot Purple. HEX triplet: 49, 14 and 54. RGB value is (73,20,84). Sum of RGB (Red+Green+Blue) = 73+20+84=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #491454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491454 is #B6EBAB. Grayscale: #2A2A2A. Windows color (decimal): -11987884 or 5510217. OLE color: 5510217.
HSL color Cylindrical-coordinate representation of color #491454: hue angle of 289.69º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491454 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 20 | 84 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.67 |
| HSL | 289.69º | 0.62% | 0.2% | - |
| HSV(B) | 289.69º | 0.76% | 0.33% | - |
| XYZ | 4.6 | 2.56 | 8.64 | - |
| YUV | 43.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 84 | 0.13 | 0.76 | 0 | 0.67 | 289.69 | 0.62 | 0.2 |
| Hex | 49 | 14 | 54 | D | 4C | 0 | 43 | 122 | 3E | 14 |
| Octal | 111 | 24 | 124 | 15 | 114 | 0 | 103 | 442 | 76 | 24 |
| Binary | 1001001 | 10100 | 1010100 | 1101 | 1001100 | 0 | 1000011 | 100100010 | 111110 | 10100 |
Color Harmonies of #491454
Complementary color
Monochromatic Colors of #491454
Black with #491454
Text Example
Text Example
White with #491454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491454; }
p { color: rgb(73,20,84); }
H1.HeaderClassName
{
color: #491454;
}
.AnyTagClassName
{
color: #491454;
}
</style>
background-color css
<style>
a { background-color: #491454; }
a { background-color: rgb(73,20,84); }
div.DivClassName
{
background-color: #491454;
}
.BgClassName
{
background-color: #491454;
}
</style>
border-color css
<style>
span { border-color: #491454; }
span { border-color: rgb(73,20,84); }
td.TdClassName
{
border-color: #491454;
}
.TagClassName
{
border-color: #491454;
}
</style>