Shades of Mardi Gras #47054C
Tints of Mardi Gras #47054C
RGB
CMYK
RGB Variations
Color information
#47054C (or 0x47054C) is known color: Mardi Gras. HEX triplet: 47, 05 and 4C. RGB value is (71,5,76). Sum of RGB (Red+Green+Blue) = 71+5+76=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #47054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47054C is #B8FAB3. Grayscale: #202020. Windows color (decimal): -12122804 or 4982087. OLE color: 4982087.
HSL color Cylindrical-coordinate representation of color #47054C: hue angle of 295.77º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47054C is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 5 | 76 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.70 |
| HSL | 295.77º | 0.88% | 0.16% | - |
| HSV(B) | 295.77º | 0.93% | 0.3% | - |
| XYZ | 3.96 | 1.97 | 7.01 | - |
| YUV | 32.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 76 | 0.07 | 0.93 | 0 | 0.70 | 295.77 | 0.88 | 0.16 |
| Hex | 47 | 5 | 4C | 7 | 5D | 0 | 46 | 128 | 58 | 10 |
| Octal | 107 | 5 | 114 | 7 | 135 | 0 | 106 | 450 | 130 | 20 |
| Binary | 1000111 | 101 | 1001100 | 111 | 1011101 | 0 | 1000110 | 100101000 | 1011000 | 10000 |
Color Harmonies of #47054C
Complementary color
Monochromatic Colors of #47054C
Black with #47054C
Text Example
Text Example
White with #47054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47054C; }
p { color: rgb(71,5,76); }
H1.HeaderClassName
{
color: #47054C;
}
.AnyTagClassName
{
color: #47054C;
}
</style>
background-color css
<style>
a { background-color: #47054C; }
a { background-color: rgb(71,5,76); }
div.DivClassName
{
background-color: #47054C;
}
.BgClassName
{
background-color: #47054C;
}
</style>
border-color css
<style>
span { border-color: #47054C; }
span { border-color: rgb(71,5,76); }
td.TdClassName
{
border-color: #47054C;
}
.TagClassName
{
border-color: #47054C;
}
</style>