Shades of Scarlet Gum #4E2061
Tints of Scarlet Gum #4E2061
RGB
CMYK
RGB Variations
Color information
#4E2061 (or 0x4E2061) is known color: Scarlet Gum. HEX triplet: 4E, 20 and 61. RGB value is (78,32,97). Sum of RGB (Red+Green+Blue) = 78+32+97=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E2061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2061 is #B1DF9E. Grayscale: #343434. Windows color (decimal): -11657119 or 6365262. OLE color: 6365262.
HSL color Cylindrical-coordinate representation of color #4E2061: hue angle of 282.46º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E2061 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 32 | 97 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.62 |
| HSL | 282.46º | 0.5% | 0.25% | - |
| HSV(B) | 282.46º | 0.67% | 0.38% | - |
| XYZ | 5.82 | 3.52 | 11.68 | - |
| YUV | 53.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 97 | 0.20 | 0.67 | 0 | 0.62 | 282.46 | 0.5 | 0.25 |
| Hex | 4E | 20 | 61 | 14 | 43 | 0 | 3E | 11A | 32 | 19 |
| Octal | 116 | 40 | 141 | 24 | 103 | 0 | 76 | 432 | 62 | 31 |
| Binary | 1001110 | 100000 | 1100001 | 10100 | 1000011 | 0 | 111110 | 100011010 | 110010 | 11001 |
Color Harmonies of #4E2061
Complementary color
Monochromatic Colors of #4E2061
Black with #4E2061
Text Example
Text Example
White with #4E2061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2061; }
p { color: rgb(78,32,97); }
H1.HeaderClassName
{
color: #4E2061;
}
.AnyTagClassName
{
color: #4E2061;
}
</style>
background-color css
<style>
a { background-color: #4E2061; }
a { background-color: rgb(78,32,97); }
div.DivClassName
{
background-color: #4E2061;
}
.BgClassName
{
background-color: #4E2061;
}
</style>
border-color css
<style>
span { border-color: #4E2061; }
span { border-color: rgb(78,32,97); }
td.TdClassName
{
border-color: #4E2061;
}
.TagClassName
{
border-color: #4E2061;
}
</style>