Shades of Scarlet Gum #4E355E
Tints of Scarlet Gum #4E355E
RGB
CMYK
RGB Variations
Color information
#4E355E (or 0x4E355E) is known color: Scarlet Gum. HEX triplet: 4E, 35 and 5E. RGB value is (78,53,94). Sum of RGB (Red+Green+Blue) = 78+53+94=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #4E355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E355E is #B1CAA1. Grayscale: #414141. Windows color (decimal): -11651746 or 6174030. OLE color: 6174030.
HSL color Cylindrical-coordinate representation of color #4E355E: hue angle of 276.59º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E355E is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 53 | 94 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.63 |
| HSL | 276.59º | 0.28% | 0.29% | - |
| HSV(B) | 276.59º | 0.44% | 0.37% | - |
| XYZ | 6.44 | 4.97 | 11.21 | - |
| YUV | 65.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 94 | 0.17 | 0.44 | 0 | 0.63 | 276.59 | 0.28 | 0.29 |
| Hex | 4E | 35 | 5E | 11 | 2C | 0 | 3F | 115 | 1C | 1D |
| Octal | 116 | 65 | 136 | 21 | 54 | 0 | 77 | 425 | 34 | 35 |
| Binary | 1001110 | 110101 | 1011110 | 10001 | 101100 | 0 | 111111 | 100010101 | 11100 | 11101 |
Color Harmonies of #4E355E
Complementary color
Monochromatic Colors of #4E355E
Black with #4E355E
Text Example
Text Example
White with #4E355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E355E; }
p { color: rgb(78,53,94); }
H1.HeaderClassName
{
color: #4E355E;
}
.AnyTagClassName
{
color: #4E355E;
}
</style>
background-color css
<style>
a { background-color: #4E355E; }
a { background-color: rgb(78,53,94); }
div.DivClassName
{
background-color: #4E355E;
}
.BgClassName
{
background-color: #4E355E;
}
</style>
border-color css
<style>
span { border-color: #4E355E; }
span { border-color: rgb(78,53,94); }
td.TdClassName
{
border-color: #4E355E;
}
.TagClassName
{
border-color: #4E355E;
}
</style>