Shades of Hot Purple #472247
Tints of Hot Purple #472247
RGB
CMYK
RGB Variations
Color information
#472247 (or 0x472247) is known color: Hot Purple. HEX triplet: 47, 22 and 47. RGB value is (71,34,71). Sum of RGB (Red+Green+Blue) = 71+34+71=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472247 is #B8DDB8. Grayscale: #313131. Windows color (decimal): -12115385 or 4661831. OLE color: 4661831.
HSL color Cylindrical-coordinate representation of color #472247: hue angle of 300º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #472247 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 34 | 71 | - |
| CMYK | 0 | 0.52 | 0 | 0.72 |
| HSL | 300º | 0.35% | 0.21% | - |
| HSV(B) | 300º | 0.52% | 0.28% | - |
| XYZ | 4.31 | 2.94 | 6.3 | - |
| YUV | 49.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 71 | 0 | 0.52 | 0 | 0.72 | 300 | 0.35 | 0.21 |
| Hex | 47 | 22 | 47 | 0 | 34 | 0 | 48 | 12C | 23 | 15 |
| Octal | 107 | 42 | 107 | 0 | 64 | 0 | 110 | 454 | 43 | 25 |
| Binary | 1000111 | 100010 | 1000111 | 0 | 110100 | 0 | 1001000 | 100101100 | 100011 | 10101 |
Color Harmonies of #472247
Complementary color
Monochromatic Colors of #472247
Black with #472247
Text Example
Text Example
White with #472247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472247; }
p { color: rgb(71,34,71); }
H1.HeaderClassName
{
color: #472247;
}
.AnyTagClassName
{
color: #472247;
}
</style>
background-color css
<style>
a { background-color: #472247; }
a { background-color: rgb(71,34,71); }
div.DivClassName
{
background-color: #472247;
}
.BgClassName
{
background-color: #472247;
}
</style>
border-color css
<style>
span { border-color: #472247; }
span { border-color: rgb(71,34,71); }
td.TdClassName
{
border-color: #472247;
}
.TagClassName
{
border-color: #472247;
}
</style>