Shades of Hot Purple #472248
Tints of Hot Purple #472248
RGB
CMYK
RGB Variations
Color information
#472248 (or 0x472248) is known color: Hot Purple. HEX triplet: 47, 22 and 48. RGB value is (71,34,72). Sum of RGB (Red+Green+Blue) = 71+34+72=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #472248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472248 is #B8DDB7. Grayscale: #313131. Windows color (decimal): -12115384 or 4727367. OLE color: 4727367.
HSL color Cylindrical-coordinate representation of color #472248: hue angle of 298.42º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #472248 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 34 | 72 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.72 |
| HSL | 298.42º | 0.36% | 0.21% | - |
| HSV(B) | 298.42º | 0.53% | 0.28% | - |
| XYZ | 4.34 | 2.95 | 6.47 | - |
| YUV | 49.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 72 | 0.01 | 0.53 | 0 | 0.72 | 298.42 | 0.36 | 0.21 |
| Hex | 47 | 22 | 48 | 1 | 35 | 0 | 48 | 12A | 24 | 15 |
| Octal | 107 | 42 | 110 | 1 | 65 | 0 | 110 | 452 | 44 | 25 |
| Binary | 1000111 | 100010 | 1001000 | 1 | 110101 | 0 | 1001000 | 100101010 | 100100 | 10101 |
Color Harmonies of #472248
Complementary color
Monochromatic Colors of #472248
Black with #472248
Text Example
Text Example
White with #472248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472248; }
p { color: rgb(71,34,72); }
H1.HeaderClassName
{
color: #472248;
}
.AnyTagClassName
{
color: #472248;
}
</style>
background-color css
<style>
a { background-color: #472248; }
a { background-color: rgb(71,34,72); }
div.DivClassName
{
background-color: #472248;
}
.BgClassName
{
background-color: #472248;
}
</style>
border-color css
<style>
span { border-color: #472248; }
span { border-color: rgb(71,34,72); }
td.TdClassName
{
border-color: #472248;
}
.TagClassName
{
border-color: #472248;
}
</style>