Shades of Scarlet Gum #4E395C
Tints of Scarlet Gum #4E395C
RGB
CMYK
RGB Variations
Color information
#4E395C (or 0x4E395C) is known color: Scarlet Gum. HEX triplet: 4E, 39 and 5C. RGB value is (78,57,92). Sum of RGB (Red+Green+Blue) = 78+57+92=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E395C is #B1C6A3. Grayscale: #434343. Windows color (decimal): -11650724 or 6043982. OLE color: 6043982.
HSL color Cylindrical-coordinate representation of color #4E395C: hue angle of 276º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E395C is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 57 | 92 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.64 |
| HSL | 276º | 0.23% | 0.29% | - |
| HSV(B) | 276º | 0.38% | 0.36% | - |
| XYZ | 6.54 | 5.32 | 10.81 | - |
| YUV | 67.27 | 141.96 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 92 | 0.15 | 0.38 | 0 | 0.64 | 276 | 0.23 | 0.29 |
| Hex | 4E | 39 | 5C | F | 26 | 0 | 40 | 114 | 17 | 1D |
| Octal | 116 | 71 | 134 | 17 | 46 | 0 | 100 | 424 | 27 | 35 |
| Binary | 1001110 | 111001 | 1011100 | 1111 | 100110 | 0 | 1000000 | 100010100 | 10111 | 11101 |
Color Harmonies of #4E395C
Complementary color
Monochromatic Colors of #4E395C
Black with #4E395C
Text Example
Text Example
White with #4E395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E395C; }
p { color: rgb(78,57,92); }
H1.HeaderClassName
{
color: #4E395C;
}
.AnyTagClassName
{
color: #4E395C;
}
</style>
background-color css
<style>
a { background-color: #4E395C; }
a { background-color: rgb(78,57,92); }
div.DivClassName
{
background-color: #4E395C;
}
.BgClassName
{
background-color: #4E395C;
}
</style>
border-color css
<style>
span { border-color: #4E395C; }
span { border-color: rgb(78,57,92); }
td.TdClassName
{
border-color: #4E395C;
}
.TagClassName
{
border-color: #4E395C;
}
</style>