Shades of Hot Purple #47274C
Tints of Hot Purple #47274C
RGB
CMYK
RGB Variations
Color information
#47274C (or 0x47274C) is known color: Hot Purple. HEX triplet: 47, 27 and 4C. RGB value is (71,39,76). Sum of RGB (Red+Green+Blue) = 71+39+76=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 76 - color contains mainly: blue. Hex color #47274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47274C is #B8D8B3. Grayscale: #343434. Windows color (decimal): -12114100 or 4990791. OLE color: 4990791.
HSL color Cylindrical-coordinate representation of color #47274C: hue angle of 291.89º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47274C is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 39 | 76 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.70 |
| HSL | 291.89º | 0.32% | 0.23% | - |
| HSV(B) | 291.89º | 0.49% | 0.3% | - |
| XYZ | 4.63 | 3.31 | 7.23 | - |
| YUV | 52.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 76 | 0.07 | 0.49 | 0 | 0.70 | 291.89 | 0.32 | 0.23 |
| Hex | 47 | 27 | 4C | 7 | 31 | 0 | 46 | 124 | 20 | 17 |
| Octal | 107 | 47 | 114 | 7 | 61 | 0 | 106 | 444 | 40 | 27 |
| Binary | 1000111 | 100111 | 1001100 | 111 | 110001 | 0 | 1000110 | 100100100 | 100000 | 10111 |
Color Harmonies of #47274C
Complementary color
Monochromatic Colors of #47274C
Black with #47274C
Text Example
Text Example
White with #47274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47274C; }
p { color: rgb(71,39,76); }
H1.HeaderClassName
{
color: #47274C;
}
.AnyTagClassName
{
color: #47274C;
}
</style>
background-color css
<style>
a { background-color: #47274C; }
a { background-color: rgb(71,39,76); }
div.DivClassName
{
background-color: #47274C;
}
.BgClassName
{
background-color: #47274C;
}
</style>
border-color css
<style>
span { border-color: #47274C; }
span { border-color: rgb(71,39,76); }
td.TdClassName
{
border-color: #47274C;
}
.TagClassName
{
border-color: #47274C;
}
</style>