Shades of Scarlet Gum #4E165E
Tints of Scarlet Gum #4E165E
RGB
CMYK
RGB Variations
Color information
#4E165E (or 0x4E165E) is known color: Scarlet Gum. HEX triplet: 4E, 16 and 5E. RGB value is (78,22,94). Sum of RGB (Red+Green+Blue) = 78+22+94=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #4E165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E165E is #B1E9A1. Grayscale: #2E2E2E. Windows color (decimal): -11659682 or 6166094. OLE color: 6166094.
HSL color Cylindrical-coordinate representation of color #4E165E: hue angle of 286.67º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E165E is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 22 | 94 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.63 |
| HSL | 286.67º | 0.62% | 0.23% | - |
| HSV(B) | 286.67º | 0.77% | 0.37% | - |
| XYZ | 5.45 | 3 | 10.88 | - |
| YUV | 46.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 94 | 0.17 | 0.77 | 0 | 0.63 | 286.67 | 0.62 | 0.23 |
| Hex | 4E | 16 | 5E | 11 | 4D | 0 | 3F | 11F | 3E | 17 |
| Octal | 116 | 26 | 136 | 21 | 115 | 0 | 77 | 437 | 76 | 27 |
| Binary | 1001110 | 10110 | 1011110 | 10001 | 1001101 | 0 | 111111 | 100011111 | 111110 | 10111 |
Color Harmonies of #4E165E
Complementary color
Monochromatic Colors of #4E165E
Black with #4E165E
Text Example
Text Example
White with #4E165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E165E; }
p { color: rgb(78,22,94); }
H1.HeaderClassName
{
color: #4E165E;
}
.AnyTagClassName
{
color: #4E165E;
}
</style>
background-color css
<style>
a { background-color: #4E165E; }
a { background-color: rgb(78,22,94); }
div.DivClassName
{
background-color: #4E165E;
}
.BgClassName
{
background-color: #4E165E;
}
</style>
border-color css
<style>
span { border-color: #4E165E; }
span { border-color: rgb(78,22,94); }
td.TdClassName
{
border-color: #4E165E;
}
.TagClassName
{
border-color: #4E165E;
}
</style>