Shades of Scarlet Gum #4E1560
Tints of Scarlet Gum #4E1560
RGB
CMYK
RGB Variations
Color information
#4E1560 (or 0x4E1560) is known color: Scarlet Gum. HEX triplet: 4E, 15 and 60. RGB value is (78,21,96). Sum of RGB (Red+Green+Blue) = 78+21+96=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E1560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1560 is #B1EA9F. Grayscale: #2E2E2E. Windows color (decimal): -11659936 or 6296910. OLE color: 6296910.
HSL color Cylindrical-coordinate representation of color #4E1560: hue angle of 285.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1560 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 21 | 96 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.62 |
| HSL | 285.6º | 0.64% | 0.23% | - |
| HSV(B) | 285.6º | 0.78% | 0.38% | - |
| XYZ | 5.52 | 3 | 11.35 | - |
| YUV | 46.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 96 | 0.19 | 0.78 | 0 | 0.62 | 285.6 | 0.64 | 0.23 |
| Hex | 4E | 15 | 60 | 13 | 4E | 0 | 3E | 11E | 40 | 17 |
| Octal | 116 | 25 | 140 | 23 | 116 | 0 | 76 | 436 | 100 | 27 |
| Binary | 1001110 | 10101 | 1100000 | 10011 | 1001110 | 0 | 111110 | 100011110 | 1000000 | 10111 |
Color Harmonies of #4E1560
Complementary color
Monochromatic Colors of #4E1560
Black with #4E1560
Text Example
Text Example
White with #4E1560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1560; }
p { color: rgb(78,21,96); }
H1.HeaderClassName
{
color: #4E1560;
}
.AnyTagClassName
{
color: #4E1560;
}
</style>
background-color css
<style>
a { background-color: #4E1560; }
a { background-color: rgb(78,21,96); }
div.DivClassName
{
background-color: #4E1560;
}
.BgClassName
{
background-color: #4E1560;
}
</style>
border-color css
<style>
span { border-color: #4E1560; }
span { border-color: rgb(78,21,96); }
td.TdClassName
{
border-color: #4E1560;
}
.TagClassName
{
border-color: #4E1560;
}
</style>