Shades of Hot Purple #47314C
Tints of Hot Purple #47314C
RGB
CMYK
RGB Variations
Color information
#47314C (or 0x47314C) is known color: Hot Purple. HEX triplet: 47, 31 and 4C. RGB value is (71,49,76). Sum of RGB (Red+Green+Blue) = 71+49+76=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 76 - color contains mainly: blue. Hex color #47314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47314C is #B8CEB3. Grayscale: #3A3A3A. Windows color (decimal): -12111540 or 4993351. OLE color: 4993351.
HSL color Cylindrical-coordinate representation of color #47314C: hue angle of 288.89º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #47314C is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 49 | 76 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.70 |
| HSL | 288.89º | 0.22% | 0.25% | - |
| HSV(B) | 288.89º | 0.36% | 0.3% | - |
| XYZ | 5 | 4.06 | 7.36 | - |
| YUV | 58.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 76 | 0.07 | 0.36 | 0 | 0.70 | 288.89 | 0.22 | 0.25 |
| Hex | 47 | 31 | 4C | 7 | 24 | 0 | 46 | 121 | 16 | 19 |
| Octal | 107 | 61 | 114 | 7 | 44 | 0 | 106 | 441 | 26 | 31 |
| Binary | 1000111 | 110001 | 1001100 | 111 | 100100 | 0 | 1000110 | 100100001 | 10110 | 11001 |
Color Harmonies of #47314C
Complementary color
Monochromatic Colors of #47314C
Black with #47314C
Text Example
Text Example
White with #47314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47314C; }
p { color: rgb(71,49,76); }
H1.HeaderClassName
{
color: #47314C;
}
.AnyTagClassName
{
color: #47314C;
}
</style>
background-color css
<style>
a { background-color: #47314C; }
a { background-color: rgb(71,49,76); }
div.DivClassName
{
background-color: #47314C;
}
.BgClassName
{
background-color: #47314C;
}
</style>
border-color css
<style>
span { border-color: #47314C; }
span { border-color: rgb(71,49,76); }
td.TdClassName
{
border-color: #47314C;
}
.TagClassName
{
border-color: #47314C;
}
</style>