Shades of Scarlet Gum #4E295D
Tints of Scarlet Gum #4E295D
RGB
CMYK
RGB Variations
Color information
#4E295D (or 0x4E295D) is known color: Scarlet Gum. HEX triplet: 4E, 29 and 5D. RGB value is (78,41,93). Sum of RGB (Red+Green+Blue) = 78+41+93=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E295D is #B1D6A2. Grayscale: #393939. Windows color (decimal): -11654819 or 6105422. OLE color: 6105422.
HSL color Cylindrical-coordinate representation of color #4E295D: hue angle of 282.69º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E295D is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 41 | 93 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.64 |
| HSL | 282.69º | 0.39% | 0.26% | - |
| HSV(B) | 282.69º | 0.56% | 0.36% | - |
| XYZ | 5.91 | 4 | 10.82 | - |
| YUV | 57.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 93 | 0.16 | 0.56 | 0 | 0.64 | 282.69 | 0.39 | 0.26 |
| Hex | 4E | 29 | 5D | 10 | 38 | 0 | 40 | 11B | 27 | 1A |
| Octal | 116 | 51 | 135 | 20 | 70 | 0 | 100 | 433 | 47 | 32 |
| Binary | 1001110 | 101001 | 1011101 | 10000 | 111000 | 0 | 1000000 | 100011011 | 100111 | 11010 |
Color Harmonies of #4E295D
Complementary color
Monochromatic Colors of #4E295D
Black with #4E295D
Text Example
Text Example
White with #4E295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E295D; }
p { color: rgb(78,41,93); }
H1.HeaderClassName
{
color: #4E295D;
}
.AnyTagClassName
{
color: #4E295D;
}
</style>
background-color css
<style>
a { background-color: #4E295D; }
a { background-color: rgb(78,41,93); }
div.DivClassName
{
background-color: #4E295D;
}
.BgClassName
{
background-color: #4E295D;
}
</style>
border-color css
<style>
span { border-color: #4E295D; }
span { border-color: rgb(78,41,93); }
td.TdClassName
{
border-color: #4E295D;
}
.TagClassName
{
border-color: #4E295D;
}
</style>