Shades of Scarlet Gum #4E1D69
Tints of Scarlet Gum #4E1D69
RGB
CMYK
RGB Variations
Color information
#4E1D69 (or 0x4E1D69) is known color: Scarlet Gum. HEX triplet: 4E, 1D and 69. RGB value is (78,29,105). Sum of RGB (Red+Green+Blue) = 78+29+105=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E1D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1D69 is #B1E296. Grayscale: #343434. Windows color (decimal): -11657879 or 6888782. OLE color: 6888782.
HSL color Cylindrical-coordinate representation of color #4E1D69: hue angle of 278.68º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E1D69 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 29 | 105 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.59 |
| HSL | 278.68º | 0.57% | 0.26% | - |
| HSV(B) | 278.68º | 0.72% | 0.41% | - |
| XYZ | 6.13 | 3.52 | 13.72 | - |
| YUV | 52.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 29 | 105 | 0.26 | 0.72 | 0 | 0.59 | 278.68 | 0.57 | 0.26 |
| Hex | 4E | 1D | 69 | 1A | 48 | 0 | 3B | 117 | 39 | 1A |
| Octal | 116 | 35 | 151 | 32 | 110 | 0 | 73 | 427 | 71 | 32 |
| Binary | 1001110 | 11101 | 1101001 | 11010 | 1001000 | 0 | 111011 | 100010111 | 111001 | 11010 |
Color Harmonies of #4E1D69
Complementary color
Monochromatic Colors of #4E1D69
Black with #4E1D69
Text Example
Text Example
White with #4E1D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1D69; }
p { color: rgb(78,29,105); }
H1.HeaderClassName
{
color: #4E1D69;
}
.AnyTagClassName
{
color: #4E1D69;
}
</style>
background-color css
<style>
a { background-color: #4E1D69; }
a { background-color: rgb(78,29,105); }
div.DivClassName
{
background-color: #4E1D69;
}
.BgClassName
{
background-color: #4E1D69;
}
</style>
border-color css
<style>
span { border-color: #4E1D69; }
span { border-color: rgb(78,29,105); }
td.TdClassName
{
border-color: #4E1D69;
}
.TagClassName
{
border-color: #4E1D69;
}
</style>