Shades of Hot Purple #472549
Tints of Hot Purple #472549
RGB
CMYK
RGB Variations
Color information
#472549 (or 0x472549) is known color: Hot Purple. HEX triplet: 47, 25 and 49. RGB value is (71,37,73). Sum of RGB (Red+Green+Blue) = 71+37+73=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #472549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472549 is #B8DAB6. Grayscale: #333333. Windows color (decimal): -12114615 or 4793671. OLE color: 4793671.
HSL color Cylindrical-coordinate representation of color #472549: hue angle of 296.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #472549 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 37 | 73 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.71 |
| HSL | 296.67º | 0.33% | 0.22% | - |
| HSV(B) | 296.67º | 0.49% | 0.29% | - |
| XYZ | 4.46 | 3.14 | 6.67 | - |
| YUV | 51.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 73 | 0.03 | 0.49 | 0 | 0.71 | 296.67 | 0.33 | 0.22 |
| Hex | 47 | 25 | 49 | 3 | 31 | 0 | 47 | 129 | 21 | 16 |
| Octal | 107 | 45 | 111 | 3 | 61 | 0 | 107 | 451 | 41 | 26 |
| Binary | 1000111 | 100101 | 1001001 | 11 | 110001 | 0 | 1000111 | 100101001 | 100001 | 10110 |
Color Harmonies of #472549
Complementary color
Monochromatic Colors of #472549
Black with #472549
Text Example
Text Example
White with #472549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472549; }
p { color: rgb(71,37,73); }
H1.HeaderClassName
{
color: #472549;
}
.AnyTagClassName
{
color: #472549;
}
</style>
background-color css
<style>
a { background-color: #472549; }
a { background-color: rgb(71,37,73); }
div.DivClassName
{
background-color: #472549;
}
.BgClassName
{
background-color: #472549;
}
</style>
border-color css
<style>
span { border-color: #472549; }
span { border-color: rgb(71,37,73); }
td.TdClassName
{
border-color: #472549;
}
.TagClassName
{
border-color: #472549;
}
</style>