Shades of Hot Purple #472F47
Tints of Hot Purple #472F47
RGB
CMYK
RGB Variations
Color information
#472F47 (or 0x472F47) is known color: Hot Purple. HEX triplet: 47, 2F and 47. RGB value is (71,47,71). Sum of RGB (Red+Green+Blue) = 71+47+71=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F47 is #B8D0B8. Grayscale: #383838. Windows color (decimal): -12112057 or 4665159. OLE color: 4665159.
HSL color Cylindrical-coordinate representation of color #472F47: hue angle of 300º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #472F47 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 71 | - |
| CMYK | 0 | 0.34 | 0 | 0.72 |
| HSL | 300º | 0.2% | 0.23% | - |
| HSV(B) | 300º | 0.34% | 0.28% | - |
| XYZ | 4.75 | 3.83 | 6.45 | - |
| YUV | 56.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 71 | 0 | 0.34 | 0 | 0.72 | 300 | 0.2 | 0.23 |
| Hex | 47 | 2F | 47 | 0 | 22 | 0 | 48 | 12C | 14 | 17 |
| Octal | 107 | 57 | 107 | 0 | 42 | 0 | 110 | 454 | 24 | 27 |
| Binary | 1000111 | 101111 | 1000111 | 0 | 100010 | 0 | 1001000 | 100101100 | 10100 | 10111 |
Color Harmonies of #472F47
Complementary color
Monochromatic Colors of #472F47
Black with #472F47
Text Example
Text Example
White with #472F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F47; }
p { color: rgb(71,47,71); }
H1.HeaderClassName
{
color: #472F47;
}
.AnyTagClassName
{
color: #472F47;
}
</style>
background-color css
<style>
a { background-color: #472F47; }
a { background-color: rgb(71,47,71); }
div.DivClassName
{
background-color: #472F47;
}
.BgClassName
{
background-color: #472F47;
}
</style>
border-color css
<style>
span { border-color: #472F47; }
span { border-color: rgb(71,47,71); }
td.TdClassName
{
border-color: #472F47;
}
.TagClassName
{
border-color: #472F47;
}
</style>