Shades of Scarlet Gum #4E0C60
Tints of Scarlet Gum #4E0C60
RGB
CMYK
RGB Variations
Color information
#4E0C60 (or 0x4E0C60) is known color: Scarlet Gum. HEX triplet: 4E, 0C and 60. RGB value is (78,12,96). Sum of RGB (Red+Green+Blue) = 78+12+96=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E0C60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0C60 is #B1F39F. Grayscale: #292929. Windows color (decimal): -11662240 or 6294606. OLE color: 6294606.
HSL color Cylindrical-coordinate representation of color #4E0C60: hue angle of 287.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E0C60 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 12 | 96 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.62 |
| HSL | 287.14º | 0.78% | 0.21% | - |
| HSV(B) | 287.14º | 0.88% | 0.38% | - |
| XYZ | 5.38 | 2.73 | 11.31 | - |
| YUV | 41.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 12 | 96 | 0.19 | 0.88 | 0 | 0.62 | 287.14 | 0.78 | 0.21 |
| Hex | 4E | C | 60 | 13 | 58 | 0 | 3E | 11F | 4E | 15 |
| Octal | 116 | 14 | 140 | 23 | 130 | 0 | 76 | 437 | 116 | 25 |
| Binary | 1001110 | 1100 | 1100000 | 10011 | 1011000 | 0 | 111110 | 100011111 | 1001110 | 10101 |
Color Harmonies of #4E0C60
Complementary color
Monochromatic Colors of #4E0C60
Black with #4E0C60
Text Example
Text Example
White with #4E0C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0C60; }
p { color: rgb(78,12,96); }
H1.HeaderClassName
{
color: #4E0C60;
}
.AnyTagClassName
{
color: #4E0C60;
}
</style>
background-color css
<style>
a { background-color: #4E0C60; }
a { background-color: rgb(78,12,96); }
div.DivClassName
{
background-color: #4E0C60;
}
.BgClassName
{
background-color: #4E0C60;
}
</style>
border-color css
<style>
span { border-color: #4E0C60; }
span { border-color: rgb(78,12,96); }
td.TdClassName
{
border-color: #4E0C60;
}
.TagClassName
{
border-color: #4E0C60;
}
</style>