Shades of Hot Purple #47144D
Tints of Hot Purple #47144D
RGB
CMYK
RGB Variations
Color information
#47144D (or 0x47144D) is known color: Hot Purple. HEX triplet: 47, 14 and 4D. RGB value is (71,20,77). Sum of RGB (Red+Green+Blue) = 71+20+77=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #47144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47144D is #B8EBB2. Grayscale: #292929. Windows color (decimal): -12118963 or 5051463. OLE color: 5051463.
HSL color Cylindrical-coordinate representation of color #47144D: hue angle of 293.68º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47144D is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 20 | 77 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.70 |
| HSL | 293.68º | 0.59% | 0.19% | - |
| HSV(B) | 293.68º | 0.74% | 0.3% | - |
| XYZ | 4.19 | 2.38 | 7.26 | - |
| YUV | 41.75 | 147.9 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 77 | 0.08 | 0.74 | 0 | 0.70 | 293.68 | 0.59 | 0.19 |
| Hex | 47 | 14 | 4D | 8 | 4A | 0 | 46 | 126 | 3B | 13 |
| Octal | 107 | 24 | 115 | 10 | 112 | 0 | 106 | 446 | 73 | 23 |
| Binary | 1000111 | 10100 | 1001101 | 1000 | 1001010 | 0 | 1000110 | 100100110 | 111011 | 10011 |
Color Harmonies of #47144D
Complementary color
Monochromatic Colors of #47144D
Black with #47144D
Text Example
Text Example
White with #47144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47144D; }
p { color: rgb(71,20,77); }
H1.HeaderClassName
{
color: #47144D;
}
.AnyTagClassName
{
color: #47144D;
}
</style>
background-color css
<style>
a { background-color: #47144D; }
a { background-color: rgb(71,20,77); }
div.DivClassName
{
background-color: #47144D;
}
.BgClassName
{
background-color: #47144D;
}
</style>
border-color css
<style>
span { border-color: #47144D; }
span { border-color: rgb(71,20,77); }
td.TdClassName
{
border-color: #47144D;
}
.TagClassName
{
border-color: #47144D;
}
</style>