Shades of Scarlet Gum #4E175D
Tints of Scarlet Gum #4E175D
RGB
CMYK
RGB Variations
Color information
#4E175D (or 0x4E175D) is known color: Scarlet Gum. HEX triplet: 4E, 17 and 5D. RGB value is (78,23,93). Sum of RGB (Red+Green+Blue) = 78+23+93=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E175D is #B1E8A2. Grayscale: #2F2F2F. Windows color (decimal): -11659427 or 6100814. OLE color: 6100814.
HSL color Cylindrical-coordinate representation of color #4E175D: hue angle of 287.14º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E175D is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 23 | 93 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.64 |
| HSL | 287.14º | 0.6% | 0.23% | - |
| HSV(B) | 287.14º | 0.75% | 0.36% | - |
| XYZ | 5.42 | 3.02 | 10.65 | - |
| YUV | 47.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 93 | 0.16 | 0.75 | 0 | 0.64 | 287.14 | 0.6 | 0.23 |
| Hex | 4E | 17 | 5D | 10 | 4B | 0 | 40 | 11F | 3C | 17 |
| Octal | 116 | 27 | 135 | 20 | 113 | 0 | 100 | 437 | 74 | 27 |
| Binary | 1001110 | 10111 | 1011101 | 10000 | 1001011 | 0 | 1000000 | 100011111 | 111100 | 10111 |
Color Harmonies of #4E175D
Complementary color
Monochromatic Colors of #4E175D
Black with #4E175D
Text Example
Text Example
White with #4E175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E175D; }
p { color: rgb(78,23,93); }
H1.HeaderClassName
{
color: #4E175D;
}
.AnyTagClassName
{
color: #4E175D;
}
</style>
background-color css
<style>
a { background-color: #4E175D; }
a { background-color: rgb(78,23,93); }
div.DivClassName
{
background-color: #4E175D;
}
.BgClassName
{
background-color: #4E175D;
}
</style>
border-color css
<style>
span { border-color: #4E175D; }
span { border-color: rgb(78,23,93); }
td.TdClassName
{
border-color: #4E175D;
}
.TagClassName
{
border-color: #4E175D;
}
</style>