Shades of Scarlet Gum #4E175C
Tints of Scarlet Gum #4E175C
RGB
CMYK
RGB Variations
Color information
#4E175C (or 0x4E175C) is known color: Scarlet Gum. HEX triplet: 4E, 17 and 5C. RGB value is (78,23,92). Sum of RGB (Red+Green+Blue) = 78+23+92=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E175C is #B1E8A3. Grayscale: #2F2F2F. Windows color (decimal): -11659428 or 6035278. OLE color: 6035278.
HSL color Cylindrical-coordinate representation of color #4E175C: hue angle of 287.83º 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 #4E175C is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 23 | 92 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.64 |
| HSL | 287.83º | 0.6% | 0.23% | - |
| HSV(B) | 287.83º | 0.75% | 0.36% | - |
| XYZ | 5.38 | 3.01 | 10.42 | - |
| YUV | 47.31 | 153.22 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 92 | 0.15 | 0.75 | 0 | 0.64 | 287.83 | 0.6 | 0.23 |
| Hex | 4E | 17 | 5C | F | 4B | 0 | 40 | 120 | 3C | 17 |
| Octal | 116 | 27 | 134 | 17 | 113 | 0 | 100 | 440 | 74 | 27 |
| Binary | 1001110 | 10111 | 1011100 | 1111 | 1001011 | 0 | 1000000 | 100100000 | 111100 | 10111 |
Color Harmonies of #4E175C
Complementary color
Monochromatic Colors of #4E175C
Black with #4E175C
Text Example
Text Example
White with #4E175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E175C; }
p { color: rgb(78,23,92); }
H1.HeaderClassName
{
color: #4E175C;
}
.AnyTagClassName
{
color: #4E175C;
}
</style>
background-color css
<style>
a { background-color: #4E175C; }
a { background-color: rgb(78,23,92); }
div.DivClassName
{
background-color: #4E175C;
}
.BgClassName
{
background-color: #4E175C;
}
</style>
border-color css
<style>
span { border-color: #4E175C; }
span { border-color: rgb(78,23,92); }
td.TdClassName
{
border-color: #4E175C;
}
.TagClassName
{
border-color: #4E175C;
}
</style>