Shades of Scarlet Gum #4E145C
Tints of Scarlet Gum #4E145C
RGB
CMYK
RGB Variations
Color information
#4E145C (or 0x4E145C) is known color: Scarlet Gum. HEX triplet: 4E, 14 and 5C. RGB value is (78,20,92). Sum of RGB (Red+Green+Blue) = 78+20+92=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E145C is #B1EBA3. Grayscale: #2D2D2D. Windows color (decimal): -11660196 or 6034510. OLE color: 6034510.
HSL color Cylindrical-coordinate representation of color #4E145C: hue angle of 288.33º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E145C is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 20 | 92 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.64 |
| HSL | 288.33º | 0.64% | 0.22% | - |
| HSV(B) | 288.33º | 0.78% | 0.36% | - |
| XYZ | 5.32 | 2.89 | 10.4 | - |
| YUV | 45.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 92 | 0.15 | 0.78 | 0 | 0.64 | 288.33 | 0.64 | 0.22 |
| Hex | 4E | 14 | 5C | F | 4E | 0 | 40 | 120 | 40 | 16 |
| Octal | 116 | 24 | 134 | 17 | 116 | 0 | 100 | 440 | 100 | 26 |
| Binary | 1001110 | 10100 | 1011100 | 1111 | 1001110 | 0 | 1000000 | 100100000 | 1000000 | 10110 |
Color Harmonies of #4E145C
Complementary color
Monochromatic Colors of #4E145C
Black with #4E145C
Text Example
Text Example
White with #4E145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E145C; }
p { color: rgb(78,20,92); }
H1.HeaderClassName
{
color: #4E145C;
}
.AnyTagClassName
{
color: #4E145C;
}
</style>
background-color css
<style>
a { background-color: #4E145C; }
a { background-color: rgb(78,20,92); }
div.DivClassName
{
background-color: #4E145C;
}
.BgClassName
{
background-color: #4E145C;
}
</style>
border-color css
<style>
span { border-color: #4E145C; }
span { border-color: rgb(78,20,92); }
td.TdClassName
{
border-color: #4E145C;
}
.TagClassName
{
border-color: #4E145C;
}
</style>