Shades of Hot Purple #47114C
Tints of Hot Purple #47114C
RGB
CMYK
RGB Variations
Color information
#47114C (or 0x47114C) is known color: Hot Purple. HEX triplet: 47, 11 and 4C. RGB value is (71,17,76). Sum of RGB (Red+Green+Blue) = 71+17+76=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #47114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47114C is #B8EEB3. Grayscale: #272727. Windows color (decimal): -12119732 or 4985159. OLE color: 4985159.
HSL color Cylindrical-coordinate representation of color #47114C: hue angle of 294.92º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47114C is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 17 | 76 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.70 |
| HSL | 294.92º | 0.63% | 0.18% | - |
| HSV(B) | 294.92º | 0.78% | 0.3% | - |
| XYZ | 4.1 | 2.26 | 7.06 | - |
| YUV | 39.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 76 | 0.07 | 0.78 | 0 | 0.70 | 294.92 | 0.63 | 0.18 |
| Hex | 47 | 11 | 4C | 7 | 4E | 0 | 46 | 127 | 3F | 12 |
| Octal | 107 | 21 | 114 | 7 | 116 | 0 | 106 | 447 | 77 | 22 |
| Binary | 1000111 | 10001 | 1001100 | 111 | 1001110 | 0 | 1000110 | 100100111 | 111111 | 10010 |
Color Harmonies of #47114C
Complementary color
Monochromatic Colors of #47114C
Black with #47114C
Text Example
Text Example
White with #47114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47114C; }
p { color: rgb(71,17,76); }
H1.HeaderClassName
{
color: #47114C;
}
.AnyTagClassName
{
color: #47114C;
}
</style>
background-color css
<style>
a { background-color: #47114C; }
a { background-color: rgb(71,17,76); }
div.DivClassName
{
background-color: #47114C;
}
.BgClassName
{
background-color: #47114C;
}
</style>
border-color css
<style>
span { border-color: #47114C; }
span { border-color: rgb(71,17,76); }
td.TdClassName
{
border-color: #47114C;
}
.TagClassName
{
border-color: #47114C;
}
</style>