Shades of Hot Purple #47164C
Tints of Hot Purple #47164C
RGB
CMYK
RGB Variations
Color information
#47164C (or 0x47164C) is known color: Hot Purple. HEX triplet: 47, 16 and 4C. RGB value is (71,22,76). Sum of RGB (Red+Green+Blue) = 71+22+76=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: blue. Hex color #47164C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47164C is #B8E9B3. Grayscale: #2A2A2A. Windows color (decimal): -12118452 or 4986439. OLE color: 4986439.
HSL color Cylindrical-coordinate representation of color #47164C: hue angle of 294.44º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47164C is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 22 | 76 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.70 |
| HSL | 294.44º | 0.55% | 0.19% | - |
| HSV(B) | 294.44º | 0.71% | 0.3% | - |
| XYZ | 4.19 | 2.44 | 7.09 | - |
| YUV | 42.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 76 | 0.07 | 0.71 | 0 | 0.70 | 294.44 | 0.55 | 0.19 |
| Hex | 47 | 16 | 4C | 7 | 47 | 0 | 46 | 126 | 37 | 13 |
| Octal | 107 | 26 | 114 | 7 | 107 | 0 | 106 | 446 | 67 | 23 |
| Binary | 1000111 | 10110 | 1001100 | 111 | 1000111 | 0 | 1000110 | 100100110 | 110111 | 10011 |
Color Harmonies of #47164C
Complementary color
Monochromatic Colors of #47164C
Black with #47164C
Text Example
Text Example
White with #47164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47164C; }
p { color: rgb(71,22,76); }
H1.HeaderClassName
{
color: #47164C;
}
.AnyTagClassName
{
color: #47164C;
}
</style>
background-color css
<style>
a { background-color: #47164C; }
a { background-color: rgb(71,22,76); }
div.DivClassName
{
background-color: #47164C;
}
.BgClassName
{
background-color: #47164C;
}
</style>
border-color css
<style>
span { border-color: #47164C; }
span { border-color: rgb(71,22,76); }
td.TdClassName
{
border-color: #47164C;
}
.TagClassName
{
border-color: #47164C;
}
</style>