Shades of Hot Purple #47144E
Tints of Hot Purple #47144E
RGB
CMYK
RGB Variations
Color information
#47144E (or 0x47144E) is known color: Hot Purple. HEX triplet: 47, 14 and 4E. RGB value is (71,20,78). Sum of RGB (Red+Green+Blue) = 71+20+78=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #47144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47144E is #B8EBB1. Grayscale: #292929. Windows color (decimal): -12118962 or 5116999. OLE color: 5116999.
HSL color Cylindrical-coordinate representation of color #47144E: hue angle of 292.76º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47144E is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 20 | 78 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.69 |
| HSL | 292.76º | 0.59% | 0.19% | - |
| HSV(B) | 292.76º | 0.74% | 0.31% | - |
| XYZ | 4.22 | 2.39 | 7.45 | - |
| YUV | 41.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 78 | 0.09 | 0.74 | 0 | 0.69 | 292.76 | 0.59 | 0.19 |
| Hex | 47 | 14 | 4E | 9 | 4A | 0 | 45 | 125 | 3B | 13 |
| Octal | 107 | 24 | 116 | 11 | 112 | 0 | 105 | 445 | 73 | 23 |
| Binary | 1000111 | 10100 | 1001110 | 1001 | 1001010 | 0 | 1000101 | 100100101 | 111011 | 10011 |
Color Harmonies of #47144E
Complementary color
Monochromatic Colors of #47144E
Black with #47144E
Text Example
Text Example
White with #47144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47144E; }
p { color: rgb(71,20,78); }
H1.HeaderClassName
{
color: #47144E;
}
.AnyTagClassName
{
color: #47144E;
}
</style>
background-color css
<style>
a { background-color: #47144E; }
a { background-color: rgb(71,20,78); }
div.DivClassName
{
background-color: #47144E;
}
.BgClassName
{
background-color: #47144E;
}
</style>
border-color css
<style>
span { border-color: #47144E; }
span { border-color: rgb(71,20,78); }
td.TdClassName
{
border-color: #47144E;
}
.TagClassName
{
border-color: #47144E;
}
</style>