Shades of Scarlet Gum #47315E
Tints of Scarlet Gum #47315E
RGB
CMYK
RGB Variations
Color information
#47315E (or 0x47315E) is known color: Scarlet Gum. HEX triplet: 47, 31 and 5E. RGB value is (71,49,94). Sum of RGB (Red+Green+Blue) = 71+49+94=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 94 - color contains mainly: blue. Hex color #47315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47315E is #B8CEA1. Grayscale: #3C3C3C. Windows color (decimal): -12111522 or 6172999. OLE color: 6172999.
HSL color Cylindrical-coordinate representation of color #47315E: hue angle of 269.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47315E is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 49 | 94 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.63 |
| HSL | 269.33º | 0.31% | 0.28% | - |
| HSV(B) | 269.33º | 0.48% | 0.37% | - |
| XYZ | 5.72 | 4.34 | 11.13 | - |
| YUV | 60.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 94 | 0.24 | 0.48 | 0 | 0.63 | 269.33 | 0.31 | 0.28 |
| Hex | 47 | 31 | 5E | 18 | 30 | 0 | 3F | 10D | 1F | 1C |
| Octal | 107 | 61 | 136 | 30 | 60 | 0 | 77 | 415 | 37 | 34 |
| Binary | 1000111 | 110001 | 1011110 | 11000 | 110000 | 0 | 111111 | 100001101 | 11111 | 11100 |
Color Harmonies of #47315E
Complementary color
Monochromatic Colors of #47315E
Black with #47315E
Text Example
Text Example
White with #47315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47315E; }
p { color: rgb(71,49,94); }
H1.HeaderClassName
{
color: #47315E;
}
.AnyTagClassName
{
color: #47315E;
}
</style>
background-color css
<style>
a { background-color: #47315E; }
a { background-color: rgb(71,49,94); }
div.DivClassName
{
background-color: #47315E;
}
.BgClassName
{
background-color: #47315E;
}
</style>
border-color css
<style>
span { border-color: #47315E; }
span { border-color: rgb(71,49,94); }
td.TdClassName
{
border-color: #47315E;
}
.TagClassName
{
border-color: #47315E;
}
</style>