Shades of Hot Purple #471849
Tints of Hot Purple #471849
RGB
CMYK
RGB Variations
Color information
#471849 (or 0x471849) is known color: Hot Purple. HEX triplet: 47, 18 and 49. RGB value is (71,24,73). Sum of RGB (Red+Green+Blue) = 71+24+73=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #471849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471849 is #B8E7B6. Grayscale: #2B2B2B. Windows color (decimal): -12117943 or 4790343. OLE color: 4790343.
HSL color Cylindrical-coordinate representation of color #471849: hue angle of 297.55º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #471849 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 24 | 73 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.71 |
| HSL | 297.55º | 0.51% | 0.19% | - |
| HSV(B) | 297.55º | 0.67% | 0.29% | - |
| XYZ | 4.13 | 2.47 | 6.56 | - |
| YUV | 43.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 73 | 0.03 | 0.67 | 0 | 0.71 | 297.55 | 0.51 | 0.19 |
| Hex | 47 | 18 | 49 | 3 | 43 | 0 | 47 | 12A | 33 | 13 |
| Octal | 107 | 30 | 111 | 3 | 103 | 0 | 107 | 452 | 63 | 23 |
| Binary | 1000111 | 11000 | 1001001 | 11 | 1000011 | 0 | 1000111 | 100101010 | 110011 | 10011 |
Color Harmonies of #471849
Complementary color
Monochromatic Colors of #471849
Black with #471849
Text Example
Text Example
White with #471849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471849; }
p { color: rgb(71,24,73); }
H1.HeaderClassName
{
color: #471849;
}
.AnyTagClassName
{
color: #471849;
}
</style>
background-color css
<style>
a { background-color: #471849; }
a { background-color: rgb(71,24,73); }
div.DivClassName
{
background-color: #471849;
}
.BgClassName
{
background-color: #471849;
}
</style>
border-color css
<style>
span { border-color: #471849; }
span { border-color: rgb(71,24,73); }
td.TdClassName
{
border-color: #471849;
}
.TagClassName
{
border-color: #471849;
}
</style>