Shades of Scarlet Gum #47205F
Tints of Scarlet Gum #47205F
RGB
CMYK
RGB Variations
Color information
#47205F (or 0x47205F) is known color: Scarlet Gum. HEX triplet: 47, 20 and 5F. RGB value is (71,32,95). Sum of RGB (Red+Green+Blue) = 71+32+95=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #47205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47205F is #B8DFA0. Grayscale: #323232. Windows color (decimal): -12115873 or 6234183. OLE color: 6234183.
HSL color Cylindrical-coordinate representation of color #47205F: hue angle of 277.14º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47205F is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 32 | 95 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.63 |
| HSL | 277.14º | 0.5% | 0.25% | - |
| HSV(B) | 277.14º | 0.66% | 0.37% | - |
| XYZ | 5.18 | 3.2 | 11.17 | - |
| YUV | 50.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 95 | 0.25 | 0.66 | 0 | 0.63 | 277.14 | 0.5 | 0.25 |
| Hex | 47 | 20 | 5F | 19 | 42 | 0 | 3F | 115 | 32 | 19 |
| Octal | 107 | 40 | 137 | 31 | 102 | 0 | 77 | 425 | 62 | 31 |
| Binary | 1000111 | 100000 | 1011111 | 11001 | 1000010 | 0 | 111111 | 100010101 | 110010 | 11001 |
Color Harmonies of #47205F
Complementary color
Monochromatic Colors of #47205F
Black with #47205F
Text Example
Text Example
White with #47205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47205F; }
p { color: rgb(71,32,95); }
H1.HeaderClassName
{
color: #47205F;
}
.AnyTagClassName
{
color: #47205F;
}
</style>
background-color css
<style>
a { background-color: #47205F; }
a { background-color: rgb(71,32,95); }
div.DivClassName
{
background-color: #47205F;
}
.BgClassName
{
background-color: #47205F;
}
</style>
border-color css
<style>
span { border-color: #47205F; }
span { border-color: rgb(71,32,95); }
td.TdClassName
{
border-color: #47205F;
}
.TagClassName
{
border-color: #47205F;
}
</style>