Shades of Scarlet Gum #47085F
Tints of Scarlet Gum #47085F
RGB
CMYK
RGB Variations
Color information
#47085F (or 0x47085F) is known color: Scarlet Gum. HEX triplet: 47, 08 and 5F. RGB value is (71,8,95). Sum of RGB (Red+Green+Blue) = 71+8+95=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #47085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47085F is #B8F7A0. Grayscale: #242424. Windows color (decimal): -12122017 or 6228039. OLE color: 6228039.
HSL color Cylindrical-coordinate representation of color #47085F: hue angle of 283.45º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47085F is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 8 | 95 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.63 |
| HSL | 283.45º | 0.84% | 0.2% | - |
| HSV(B) | 283.45º | 0.92% | 0.37% | - |
| XYZ | 4.75 | 2.34 | 11.03 | - |
| YUV | 36.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 8 | 95 | 0.25 | 0.92 | 0 | 0.63 | 283.45 | 0.84 | 0.2 |
| Hex | 47 | 8 | 5F | 19 | 5C | 0 | 3F | 11B | 54 | 14 |
| Octal | 107 | 10 | 137 | 31 | 134 | 0 | 77 | 433 | 124 | 24 |
| Binary | 1000111 | 1000 | 1011111 | 11001 | 1011100 | 0 | 111111 | 100011011 | 1010100 | 10100 |
Color Harmonies of #47085F
Complementary color
Monochromatic Colors of #47085F
Black with #47085F
Text Example
Text Example
White with #47085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47085F; }
p { color: rgb(71,8,95); }
H1.HeaderClassName
{
color: #47085F;
}
.AnyTagClassName
{
color: #47085F;
}
</style>
background-color css
<style>
a { background-color: #47085F; }
a { background-color: rgb(71,8,95); }
div.DivClassName
{
background-color: #47085F;
}
.BgClassName
{
background-color: #47085F;
}
</style>
border-color css
<style>
span { border-color: #47085F; }
span { border-color: rgb(71,8,95); }
td.TdClassName
{
border-color: #47085F;
}
.TagClassName
{
border-color: #47085F;
}
</style>