Shades of Scarlet Gum #4E0860
Tints of Scarlet Gum #4E0860
RGB
CMYK
RGB Variations
Color information
#4E0860 (or 0x4E0860) is known color: Scarlet Gum. HEX triplet: 4E, 08 and 60. RGB value is (78,8,96). Sum of RGB (Red+Green+Blue) = 78+8+96=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E0860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0860 is #B1F79F. Grayscale: #262626. Windows color (decimal): -11663264 or 6293582. OLE color: 6293582.
HSL color Cylindrical-coordinate representation of color #4E0860: hue angle of 287.73º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E0860 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 8 | 96 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.62 |
| HSL | 287.73º | 0.85% | 0.2% | - |
| HSV(B) | 287.73º | 0.92% | 0.38% | - |
| XYZ | 5.34 | 2.64 | 11.29 | - |
| YUV | 38.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 96 | 0.19 | 0.92 | 0 | 0.62 | 287.73 | 0.85 | 0.2 |
| Hex | 4E | 8 | 60 | 13 | 5C | 0 | 3E | 120 | 55 | 14 |
| Octal | 116 | 10 | 140 | 23 | 134 | 0 | 76 | 440 | 125 | 24 |
| Binary | 1001110 | 1000 | 1100000 | 10011 | 1011100 | 0 | 111110 | 100100000 | 1010101 | 10100 |
Color Harmonies of #4E0860
Complementary color
Monochromatic Colors of #4E0860
Black with #4E0860
Text Example
Text Example
White with #4E0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0860; }
p { color: rgb(78,8,96); }
H1.HeaderClassName
{
color: #4E0860;
}
.AnyTagClassName
{
color: #4E0860;
}
</style>
background-color css
<style>
a { background-color: #4E0860; }
a { background-color: rgb(78,8,96); }
div.DivClassName
{
background-color: #4E0860;
}
.BgClassName
{
background-color: #4E0860;
}
</style>
border-color css
<style>
span { border-color: #4E0860; }
span { border-color: rgb(78,8,96); }
td.TdClassName
{
border-color: #4E0860;
}
.TagClassName
{
border-color: #4E0860;
}
</style>