Shades of Hot Purple #47144F
Tints of Hot Purple #47144F
RGB
CMYK
RGB Variations
Color information
#47144F (or 0x47144F) is known color: Hot Purple. HEX triplet: 47, 14 and 4F. RGB value is (71,20,79). Sum of RGB (Red+Green+Blue) = 71+20+79=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 79 - color contains mainly: blue. Hex color #47144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47144F is #B8EBB0. Grayscale: #292929. Windows color (decimal): -12118961 or 5182535. OLE color: 5182535.
HSL color Cylindrical-coordinate representation of color #47144F: hue angle of 291.86º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47144F is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 20 | 79 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.69 |
| HSL | 291.86º | 0.6% | 0.19% | - |
| HSV(B) | 291.86º | 0.75% | 0.31% | - |
| XYZ | 4.26 | 2.4 | 7.64 | - |
| YUV | 41.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 79 | 0.10 | 0.75 | 0 | 0.69 | 291.86 | 0.6 | 0.19 |
| Hex | 47 | 14 | 4F | A | 4B | 0 | 45 | 124 | 3C | 13 |
| Octal | 107 | 24 | 117 | 12 | 113 | 0 | 105 | 444 | 74 | 23 |
| Binary | 1000111 | 10100 | 1001111 | 1010 | 1001011 | 0 | 1000101 | 100100100 | 111100 | 10011 |
Color Harmonies of #47144F
Complementary color
Monochromatic Colors of #47144F
Black with #47144F
Text Example
Text Example
White with #47144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47144F; }
p { color: rgb(71,20,79); }
H1.HeaderClassName
{
color: #47144F;
}
.AnyTagClassName
{
color: #47144F;
}
</style>
background-color css
<style>
a { background-color: #47144F; }
a { background-color: rgb(71,20,79); }
div.DivClassName
{
background-color: #47144F;
}
.BgClassName
{
background-color: #47144F;
}
</style>
border-color css
<style>
span { border-color: #47144F; }
span { border-color: rgb(71,20,79); }
td.TdClassName
{
border-color: #47144F;
}
.TagClassName
{
border-color: #47144F;
}
</style>