Shades of Scarlet Gum #4E1061
Tints of Scarlet Gum #4E1061
RGB
CMYK
RGB Variations
Color information
#4E1061 (or 0x4E1061) is known color: Scarlet Gum. HEX triplet: 4E, 10 and 61. RGB value is (78,16,97). Sum of RGB (Red+Green+Blue) = 78+16+97=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E1061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1061 is #B1EF9E. Grayscale: #2B2B2B. Windows color (decimal): -11661215 or 6361166. OLE color: 6361166.
HSL color Cylindrical-coordinate representation of color #4E1061: hue angle of 285.93º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E1061 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 16 | 97 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.62 |
| HSL | 285.93º | 0.72% | 0.22% | - |
| HSV(B) | 285.93º | 0.84% | 0.38% | - |
| XYZ | 5.48 | 2.85 | 11.57 | - |
| YUV | 43.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 97 | 0.20 | 0.84 | 0 | 0.62 | 285.93 | 0.72 | 0.22 |
| Hex | 4E | 10 | 61 | 14 | 54 | 0 | 3E | 11E | 48 | 16 |
| Octal | 116 | 20 | 141 | 24 | 124 | 0 | 76 | 436 | 110 | 26 |
| Binary | 1001110 | 10000 | 1100001 | 10100 | 1010100 | 0 | 111110 | 100011110 | 1001000 | 10110 |
Color Harmonies of #4E1061
Complementary color
Monochromatic Colors of #4E1061
Black with #4E1061
Text Example
Text Example
White with #4E1061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1061; }
p { color: rgb(78,16,97); }
H1.HeaderClassName
{
color: #4E1061;
}
.AnyTagClassName
{
color: #4E1061;
}
</style>
background-color css
<style>
a { background-color: #4E1061; }
a { background-color: rgb(78,16,97); }
div.DivClassName
{
background-color: #4E1061;
}
.BgClassName
{
background-color: #4E1061;
}
</style>
border-color css
<style>
span { border-color: #4E1061; }
span { border-color: rgb(78,16,97); }
td.TdClassName
{
border-color: #4E1061;
}
.TagClassName
{
border-color: #4E1061;
}
</style>