Shades of Scarlet Gum #4E135F
Tints of Scarlet Gum #4E135F
RGB
CMYK
RGB Variations
Color information
#4E135F (or 0x4E135F) is known color: Scarlet Gum. HEX triplet: 4E, 13 and 5F. RGB value is (78,19,95). Sum of RGB (Red+Green+Blue) = 78+19+95=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E135F is #B1ECA0. Grayscale: #2D2D2D. Windows color (decimal): -11660449 or 6230862. OLE color: 6230862.
HSL color Cylindrical-coordinate representation of color #4E135F: hue angle of 286.58º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E135F is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 19 | 95 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.63 |
| HSL | 286.58º | 0.67% | 0.22% | - |
| HSV(B) | 286.58º | 0.8% | 0.37% | - |
| XYZ | 5.44 | 2.91 | 11.1 | - |
| YUV | 45.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 95 | 0.18 | 0.80 | 0 | 0.63 | 286.58 | 0.67 | 0.22 |
| Hex | 4E | 13 | 5F | 12 | 50 | 0 | 3F | 11F | 43 | 16 |
| Octal | 116 | 23 | 137 | 22 | 120 | 0 | 77 | 437 | 103 | 26 |
| Binary | 1001110 | 10011 | 1011111 | 10010 | 1010000 | 0 | 111111 | 100011111 | 1000011 | 10110 |
Color Harmonies of #4E135F
Complementary color
Monochromatic Colors of #4E135F
Black with #4E135F
Text Example
Text Example
White with #4E135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E135F; }
p { color: rgb(78,19,95); }
H1.HeaderClassName
{
color: #4E135F;
}
.AnyTagClassName
{
color: #4E135F;
}
</style>
background-color css
<style>
a { background-color: #4E135F; }
a { background-color: rgb(78,19,95); }
div.DivClassName
{
background-color: #4E135F;
}
.BgClassName
{
background-color: #4E135F;
}
</style>
border-color css
<style>
span { border-color: #4E135F; }
span { border-color: rgb(78,19,95); }
td.TdClassName
{
border-color: #4E135F;
}
.TagClassName
{
border-color: #4E135F;
}
</style>