Shades of Hot Purple #47214D
Tints of Hot Purple #47214D
RGB
CMYK
RGB Variations
Color information
#47214D (or 0x47214D) is known color: Hot Purple. HEX triplet: 47, 21 and 4D. RGB value is (71,33,77). Sum of RGB (Red+Green+Blue) = 71+33+77=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #47214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47214D is #B8DEB2. Grayscale: #313131. Windows color (decimal): -12115635 or 5054791. OLE color: 5054791.
HSL color Cylindrical-coordinate representation of color #47214D: hue angle of 291.82º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47214D is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 33 | 77 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.70 |
| HSL | 291.82º | 0.4% | 0.22% | - |
| HSV(B) | 291.82º | 0.57% | 0.3% | - |
| XYZ | 4.48 | 2.96 | 7.36 | - |
| YUV | 49.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 77 | 0.08 | 0.57 | 0 | 0.70 | 291.82 | 0.4 | 0.22 |
| Hex | 47 | 21 | 4D | 8 | 39 | 0 | 46 | 124 | 28 | 16 |
| Octal | 107 | 41 | 115 | 10 | 71 | 0 | 106 | 444 | 50 | 26 |
| Binary | 1000111 | 100001 | 1001101 | 1000 | 111001 | 0 | 1000110 | 100100100 | 101000 | 10110 |
Color Harmonies of #47214D
Complementary color
Monochromatic Colors of #47214D
Black with #47214D
Text Example
Text Example
White with #47214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47214D; }
p { color: rgb(71,33,77); }
H1.HeaderClassName
{
color: #47214D;
}
.AnyTagClassName
{
color: #47214D;
}
</style>
background-color css
<style>
a { background-color: #47214D; }
a { background-color: rgb(71,33,77); }
div.DivClassName
{
background-color: #47214D;
}
.BgClassName
{
background-color: #47214D;
}
</style>
border-color css
<style>
span { border-color: #47214D; }
span { border-color: rgb(71,33,77); }
td.TdClassName
{
border-color: #47214D;
}
.TagClassName
{
border-color: #47214D;
}
</style>