Shades of Hot Purple #47144A
Tints of Hot Purple #47144A
RGB
CMYK
RGB Variations
Color information
#47144A (or 0x47144A) is known color: Hot Purple. HEX triplet: 47, 14 and 4A. RGB value is (71,20,74). Sum of RGB (Red+Green+Blue) = 71+20+74=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: blue. Hex color #47144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47144A is #B8EBB5. Grayscale: #292929. Windows color (decimal): -12118966 or 4854855. OLE color: 4854855.
HSL color Cylindrical-coordinate representation of color #47144A: hue angle of 296.67º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47144A is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 20 | 74 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.71 |
| HSL | 296.67º | 0.57% | 0.18% | - |
| HSV(B) | 296.67º | 0.73% | 0.29% | - |
| XYZ | 4.08 | 2.33 | 6.71 | - |
| YUV | 41.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 74 | 0.04 | 0.73 | 0 | 0.71 | 296.67 | 0.57 | 0.18 |
| Hex | 47 | 14 | 4A | 4 | 49 | 0 | 47 | 129 | 39 | 12 |
| Octal | 107 | 24 | 112 | 4 | 111 | 0 | 107 | 451 | 71 | 22 |
| Binary | 1000111 | 10100 | 1001010 | 100 | 1001001 | 0 | 1000111 | 100101001 | 111001 | 10010 |
Color Harmonies of #47144A
Complementary color
Monochromatic Colors of #47144A
Black with #47144A
Text Example
Text Example
White with #47144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47144A; }
p { color: rgb(71,20,74); }
H1.HeaderClassName
{
color: #47144A;
}
.AnyTagClassName
{
color: #47144A;
}
</style>
background-color css
<style>
a { background-color: #47144A; }
a { background-color: rgb(71,20,74); }
div.DivClassName
{
background-color: #47144A;
}
.BgClassName
{
background-color: #47144A;
}
</style>
border-color css
<style>
span { border-color: #47144A; }
span { border-color: rgb(71,20,74); }
td.TdClassName
{
border-color: #47144A;
}
.TagClassName
{
border-color: #47144A;
}
</style>