Shades of Scarlet Gum #4E1761
Tints of Scarlet Gum #4E1761
RGB
CMYK
RGB Variations
Color information
#4E1761 (or 0x4E1761) is known color: Scarlet Gum. HEX triplet: 4E, 17 and 61. RGB value is (78,23,97). Sum of RGB (Red+Green+Blue) = 78+23+97=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E1761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1761 is #B1E89E. Grayscale: #2F2F2F. Windows color (decimal): -11659423 or 6362958. OLE color: 6362958.
HSL color Cylindrical-coordinate representation of color #4E1761: hue angle of 284.59º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E1761 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 23 | 97 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.62 |
| HSL | 284.59º | 0.62% | 0.24% | - |
| HSV(B) | 284.59º | 0.76% | 0.38% | - |
| XYZ | 5.61 | 3.1 | 11.61 | - |
| YUV | 47.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 97 | 0.20 | 0.76 | 0 | 0.62 | 284.59 | 0.62 | 0.24 |
| Hex | 4E | 17 | 61 | 14 | 4C | 0 | 3E | 11D | 3E | 18 |
| Octal | 116 | 27 | 141 | 24 | 114 | 0 | 76 | 435 | 76 | 30 |
| Binary | 1001110 | 10111 | 1100001 | 10100 | 1001100 | 0 | 111110 | 100011101 | 111110 | 11000 |
Color Harmonies of #4E1761
Complementary color
Monochromatic Colors of #4E1761
Black with #4E1761
Text Example
Text Example
White with #4E1761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1761; }
p { color: rgb(78,23,97); }
H1.HeaderClassName
{
color: #4E1761;
}
.AnyTagClassName
{
color: #4E1761;
}
</style>
background-color css
<style>
a { background-color: #4E1761; }
a { background-color: rgb(78,23,97); }
div.DivClassName
{
background-color: #4E1761;
}
.BgClassName
{
background-color: #4E1761;
}
</style>
border-color css
<style>
span { border-color: #4E1761; }
span { border-color: rgb(78,23,97); }
td.TdClassName
{
border-color: #4E1761;
}
.TagClassName
{
border-color: #4E1761;
}
</style>