Shades of Scarlet Gum #4E155C
Tints of Scarlet Gum #4E155C
RGB
CMYK
RGB Variations
Color information
#4E155C (or 0x4E155C) is known color: Scarlet Gum. HEX triplet: 4E, 15 and 5C. RGB value is (78,21,92). Sum of RGB (Red+Green+Blue) = 78+21+92=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E155C is #B1EAA3. Grayscale: #2D2D2D. Windows color (decimal): -11659940 or 6034766. OLE color: 6034766.
HSL color Cylindrical-coordinate representation of color #4E155C: hue angle of 288.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E155C is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 21 | 92 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.64 |
| HSL | 288.17º | 0.63% | 0.22% | - |
| HSV(B) | 288.17º | 0.77% | 0.36% | - |
| XYZ | 5.34 | 2.93 | 10.41 | - |
| YUV | 46.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 92 | 0.15 | 0.77 | 0 | 0.64 | 288.17 | 0.63 | 0.22 |
| Hex | 4E | 15 | 5C | F | 4D | 0 | 40 | 120 | 3F | 16 |
| Octal | 116 | 25 | 134 | 17 | 115 | 0 | 100 | 440 | 77 | 26 |
| Binary | 1001110 | 10101 | 1011100 | 1111 | 1001101 | 0 | 1000000 | 100100000 | 111111 | 10110 |
Color Harmonies of #4E155C
Complementary color
Monochromatic Colors of #4E155C
Black with #4E155C
Text Example
Text Example
White with #4E155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E155C; }
p { color: rgb(78,21,92); }
H1.HeaderClassName
{
color: #4E155C;
}
.AnyTagClassName
{
color: #4E155C;
}
</style>
background-color css
<style>
a { background-color: #4E155C; }
a { background-color: rgb(78,21,92); }
div.DivClassName
{
background-color: #4E155C;
}
.BgClassName
{
background-color: #4E155C;
}
</style>
border-color css
<style>
span { border-color: #4E155C; }
span { border-color: rgb(78,21,92); }
td.TdClassName
{
border-color: #4E155C;
}
.TagClassName
{
border-color: #4E155C;
}
</style>