Shades of Hot Purple #47294D
Tints of Hot Purple #47294D
RGB
CMYK
RGB Variations
Color information
#47294D (or 0x47294D) is known color: Hot Purple. HEX triplet: 47, 29 and 4D. RGB value is (71,41,77). Sum of RGB (Red+Green+Blue) = 71+41+77=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #47294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47294D is #B8D6B2. Grayscale: #353535. Windows color (decimal): -12113587 or 5056839. OLE color: 5056839.
HSL color Cylindrical-coordinate representation of color #47294D: hue angle of 290º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47294D is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 41 | 77 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.70 |
| HSL | 290º | 0.31% | 0.23% | - |
| HSV(B) | 290º | 0.47% | 0.3% | - |
| XYZ | 4.73 | 3.46 | 7.44 | - |
| YUV | 54.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 77 | 0.08 | 0.47 | 0 | 0.70 | 290 | 0.31 | 0.23 |
| Hex | 47 | 29 | 4D | 8 | 2F | 0 | 46 | 122 | 1F | 17 |
| Octal | 107 | 51 | 115 | 10 | 57 | 0 | 106 | 442 | 37 | 27 |
| Binary | 1000111 | 101001 | 1001101 | 1000 | 101111 | 0 | 1000110 | 100100010 | 11111 | 10111 |
Color Harmonies of #47294D
Complementary color
Monochromatic Colors of #47294D
Black with #47294D
Text Example
Text Example
White with #47294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47294D; }
p { color: rgb(71,41,77); }
H1.HeaderClassName
{
color: #47294D;
}
.AnyTagClassName
{
color: #47294D;
}
</style>
background-color css
<style>
a { background-color: #47294D; }
a { background-color: rgb(71,41,77); }
div.DivClassName
{
background-color: #47294D;
}
.BgClassName
{
background-color: #47294D;
}
</style>
border-color css
<style>
span { border-color: #47294D; }
span { border-color: rgb(71,41,77); }
td.TdClassName
{
border-color: #47294D;
}
.TagClassName
{
border-color: #47294D;
}
</style>