Shades of Scarlet Gum #4E1A5B
Tints of Scarlet Gum #4E1A5B
RGB
CMYK
RGB Variations
Color information
#4E1A5B (or 0x4E1A5B) is known color: Scarlet Gum. HEX triplet: 4E, 1A and 5B. RGB value is (78,26,91). Sum of RGB (Red+Green+Blue) = 78+26+91=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E1A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1A5B is #B1E5A4. Grayscale: #303030. Windows color (decimal): -11658661 or 5970510. OLE color: 5970510.
HSL color Cylindrical-coordinate representation of color #4E1A5B: hue angle of 288º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E1A5B is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 26 | 91 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.64 |
| HSL | 288º | 0.56% | 0.23% | - |
| HSV(B) | 288º | 0.71% | 0.36% | - |
| XYZ | 5.4 | 3.11 | 10.21 | - |
| YUV | 48.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 91 | 0.14 | 0.71 | 0 | 0.64 | 288 | 0.56 | 0.23 |
| Hex | 4E | 1A | 5B | E | 47 | 0 | 40 | 120 | 38 | 17 |
| Octal | 116 | 32 | 133 | 16 | 107 | 0 | 100 | 440 | 70 | 27 |
| Binary | 1001110 | 11010 | 1011011 | 1110 | 1000111 | 0 | 1000000 | 100100000 | 111000 | 10111 |
Color Harmonies of #4E1A5B
Complementary color
Monochromatic Colors of #4E1A5B
Black with #4E1A5B
Text Example
Text Example
White with #4E1A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A5B; }
p { color: rgb(78,26,91); }
H1.HeaderClassName
{
color: #4E1A5B;
}
.AnyTagClassName
{
color: #4E1A5B;
}
</style>
background-color css
<style>
a { background-color: #4E1A5B; }
a { background-color: rgb(78,26,91); }
div.DivClassName
{
background-color: #4E1A5B;
}
.BgClassName
{
background-color: #4E1A5B;
}
</style>
border-color css
<style>
span { border-color: #4E1A5B; }
span { border-color: rgb(78,26,91); }
td.TdClassName
{
border-color: #4E1A5B;
}
.TagClassName
{
border-color: #4E1A5B;
}
</style>