Shades of Hot Purple #473148
Tints of Hot Purple #473148
RGB
CMYK
RGB Variations
Color information
#473148 (or 0x473148) is known color: Hot Purple. HEX triplet: 47, 31 and 48. RGB value is (71,49,72). Sum of RGB (Red+Green+Blue) = 71+49+72=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #473148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473148 is #B8CEB7. Grayscale: #3A3A3A. Windows color (decimal): -12111544 or 4731207. OLE color: 4731207.
HSL color Cylindrical-coordinate representation of color #473148: hue angle of 297.39º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #473148 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 49 | 72 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.72 |
| HSL | 297.39º | 0.19% | 0.24% | - |
| HSV(B) | 297.39º | 0.32% | 0.28% | - |
| XYZ | 4.87 | 4 | 6.65 | - |
| YUV | 58.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 72 | 0.01 | 0.32 | 0 | 0.72 | 297.39 | 0.19 | 0.24 |
| Hex | 47 | 31 | 48 | 1 | 20 | 0 | 48 | 129 | 13 | 18 |
| Octal | 107 | 61 | 110 | 1 | 40 | 0 | 110 | 451 | 23 | 30 |
| Binary | 1000111 | 110001 | 1001000 | 1 | 100000 | 0 | 1001000 | 100101001 | 10011 | 11000 |
Color Harmonies of #473148
Complementary color
Monochromatic Colors of #473148
Black with #473148
Text Example
Text Example
White with #473148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473148; }
p { color: rgb(71,49,72); }
H1.HeaderClassName
{
color: #473148;
}
.AnyTagClassName
{
color: #473148;
}
</style>
background-color css
<style>
a { background-color: #473148; }
a { background-color: rgb(71,49,72); }
div.DivClassName
{
background-color: #473148;
}
.BgClassName
{
background-color: #473148;
}
</style>
border-color css
<style>
span { border-color: #473148; }
span { border-color: rgb(71,49,72); }
td.TdClassName
{
border-color: #473148;
}
.TagClassName
{
border-color: #473148;
}
</style>