Shades of Scarlet Gum #4E1E5E
Tints of Scarlet Gum #4E1E5E
RGB
CMYK
RGB Variations
Color information
#4E1E5E (or 0x4E1E5E) is known color: Scarlet Gum. HEX triplet: 4E, 1E and 5E. RGB value is (78,30,94). Sum of RGB (Red+Green+Blue) = 78+30+94=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #4E1E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1E5E is #B1E1A1. Grayscale: #333333. Windows color (decimal): -11657634 or 6168142. OLE color: 6168142.
HSL color Cylindrical-coordinate representation of color #4E1E5E: hue angle of 285º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E1E5E is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 78 | 30 | 94 | - |
CMYK | 0.17 | 0.68 | 0 | 0.63 |
HSL | 285º | 0.52% | 0.24% | - |
HSV(B) | 285º | 0.68% | 0.37% | - |
XYZ | 5.63 | 3.36 | 10.94 | - |
YUV | 51.65 | 151.9 | 146.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 30 | 94 | 0.17 | 0.68 | 0 | 0.63 | 285 | 0.52 | 0.24 |
Hex | 4E | 1E | 5E | 11 | 44 | 0 | 3F | 11D | 34 | 18 |
Octal | 116 | 36 | 136 | 21 | 104 | 0 | 77 | 435 | 64 | 30 |
Binary | 1001110 | 11110 | 1011110 | 10001 | 1000100 | 0 | 111111 | 100011101 | 110100 | 11000 |
Color Harmonies of #4E1E5E
Complementary color
Monochromatic Colors of #4E1E5E
Black with #4E1E5E
Text Example
Text Example
White with #4E1E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1E5E; }
p { color: rgb(78,30,94); }
H1.HeaderClassName
{
color: #4E1E5E;
}
.AnyTagClassName
{
color: #4E1E5E;
}
</style>
background-color css
<style>
a { background-color: #4E1E5E; }
a { background-color: rgb(78,30,94); }
div.DivClassName
{
background-color: #4E1E5E;
}
.BgClassName
{
background-color: #4E1E5E;
}
</style>
border-color css
<style>
span { border-color: #4E1E5E; }
span { border-color: rgb(78,30,94); }
td.TdClassName
{
border-color: #4E1E5E;
}
.TagClassName
{
border-color: #4E1E5E;
}
</style>