Shades of Scarlet Gum #4E2A5C
Tints of Scarlet Gum #4E2A5C
RGB
CMYK
RGB Variations
Color information
#4E2A5C (or 0x4E2A5C) is known color: Scarlet Gum. HEX triplet: 4E, 2A and 5C. RGB value is (78,42,92). Sum of RGB (Red+Green+Blue) = 78+42+92=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E2A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2A5C is #B1D5A3. Grayscale: #3A3A3A. Windows color (decimal): -11654564 or 6040142. OLE color: 6040142.
HSL color Cylindrical-coordinate representation of color #4E2A5C: hue angle of 283.2º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E2A5C is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 42 | 92 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.64 |
| HSL | 283.2º | 0.37% | 0.26% | - |
| HSV(B) | 283.2º | 0.54% | 0.36% | - |
| XYZ | 5.9 | 4.05 | 10.6 | - |
| YUV | 58.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 92 | 0.15 | 0.54 | 0 | 0.64 | 283.2 | 0.37 | 0.26 |
| Hex | 4E | 2A | 5C | F | 36 | 0 | 40 | 11B | 25 | 1A |
| Octal | 116 | 52 | 134 | 17 | 66 | 0 | 100 | 433 | 45 | 32 |
| Binary | 1001110 | 101010 | 1011100 | 1111 | 110110 | 0 | 1000000 | 100011011 | 100101 | 11010 |
Color Harmonies of #4E2A5C
Complementary color
Monochromatic Colors of #4E2A5C
Black with #4E2A5C
Text Example
Text Example
White with #4E2A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2A5C; }
p { color: rgb(78,42,92); }
H1.HeaderClassName
{
color: #4E2A5C;
}
.AnyTagClassName
{
color: #4E2A5C;
}
</style>
background-color css
<style>
a { background-color: #4E2A5C; }
a { background-color: rgb(78,42,92); }
div.DivClassName
{
background-color: #4E2A5C;
}
.BgClassName
{
background-color: #4E2A5C;
}
</style>
border-color css
<style>
span { border-color: #4E2A5C; }
span { border-color: rgb(78,42,92); }
td.TdClassName
{
border-color: #4E2A5C;
}
.TagClassName
{
border-color: #4E2A5C;
}
</style>