Shades of Hot Purple #472948
Tints of Hot Purple #472948
RGB
CMYK
RGB Variations
Color information
#472948 (or 0x472948) is known color: Hot Purple. HEX triplet: 47, 29 and 48. RGB value is (71,41,72). Sum of RGB (Red+Green+Blue) = 71+41+72=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #472948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472948 is #B8D6B7. Grayscale: #353535. Windows color (decimal): -12113592 or 4729159. OLE color: 4729159.
HSL color Cylindrical-coordinate representation of color #472948: hue angle of 298.06º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #472948 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 41 | 72 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.72 |
| HSL | 298.06º | 0.27% | 0.22% | - |
| HSV(B) | 298.06º | 0.43% | 0.28% | - |
| XYZ | 4.56 | 3.39 | 6.55 | - |
| YUV | 53.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 72 | 0.01 | 0.43 | 0 | 0.72 | 298.06 | 0.27 | 0.22 |
| Hex | 47 | 29 | 48 | 1 | 2B | 0 | 48 | 12A | 1B | 16 |
| Octal | 107 | 51 | 110 | 1 | 53 | 0 | 110 | 452 | 33 | 26 |
| Binary | 1000111 | 101001 | 1001000 | 1 | 101011 | 0 | 1001000 | 100101010 | 11011 | 10110 |
Color Harmonies of #472948
Complementary color
Monochromatic Colors of #472948
Black with #472948
Text Example
Text Example
White with #472948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472948; }
p { color: rgb(71,41,72); }
H1.HeaderClassName
{
color: #472948;
}
.AnyTagClassName
{
color: #472948;
}
</style>
background-color css
<style>
a { background-color: #472948; }
a { background-color: rgb(71,41,72); }
div.DivClassName
{
background-color: #472948;
}
.BgClassName
{
background-color: #472948;
}
</style>
border-color css
<style>
span { border-color: #472948; }
span { border-color: rgb(71,41,72); }
td.TdClassName
{
border-color: #472948;
}
.TagClassName
{
border-color: #472948;
}
</style>