Shades of Scarlet Gum #4E2C5F
Tints of Scarlet Gum #4E2C5F
RGB
CMYK
RGB Variations
Color information
#4E2C5F (or 0x4E2C5F) is known color: Scarlet Gum. HEX triplet: 4E, 2C and 5F. RGB value is (78,44,95). Sum of RGB (Red+Green+Blue) = 78+44+95=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E2C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2C5F is #B1D3A0. Grayscale: #3B3B3B. Windows color (decimal): -11654049 or 6237262. OLE color: 6237262.
HSL color Cylindrical-coordinate representation of color #4E2C5F: hue angle of 280º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E2C5F is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 44 | 95 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.63 |
| HSL | 280º | 0.37% | 0.27% | - |
| HSV(B) | 280º | 0.54% | 0.37% | - |
| XYZ | 6.11 | 4.25 | 11.32 | - |
| YUV | 59.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 44 | 95 | 0.18 | 0.54 | 0 | 0.63 | 280 | 0.37 | 0.27 |
| Hex | 4E | 2C | 5F | 12 | 36 | 0 | 3F | 118 | 25 | 1B |
| Octal | 116 | 54 | 137 | 22 | 66 | 0 | 77 | 430 | 45 | 33 |
| Binary | 1001110 | 101100 | 1011111 | 10010 | 110110 | 0 | 111111 | 100011000 | 100101 | 11011 |
Color Harmonies of #4E2C5F
Complementary color
Monochromatic Colors of #4E2C5F
Black with #4E2C5F
Text Example
Text Example
White with #4E2C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2C5F; }
p { color: rgb(78,44,95); }
H1.HeaderClassName
{
color: #4E2C5F;
}
.AnyTagClassName
{
color: #4E2C5F;
}
</style>
background-color css
<style>
a { background-color: #4E2C5F; }
a { background-color: rgb(78,44,95); }
div.DivClassName
{
background-color: #4E2C5F;
}
.BgClassName
{
background-color: #4E2C5F;
}
</style>
border-color css
<style>
span { border-color: #4E2C5F; }
span { border-color: rgb(78,44,95); }
td.TdClassName
{
border-color: #4E2C5F;
}
.TagClassName
{
border-color: #4E2C5F;
}
</style>