Shades of Scarlet Gum #4E205C
Tints of Scarlet Gum #4E205C
RGB
CMYK
RGB Variations
Color information
#4E205C (or 0x4E205C) is known color: Scarlet Gum. HEX triplet: 4E, 20 and 5C. RGB value is (78,32,92). Sum of RGB (Red+Green+Blue) = 78+32+92=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E205C is #B1DFA3. Grayscale: #343434. Windows color (decimal): -11657124 or 6037582. OLE color: 6037582.
HSL color Cylindrical-coordinate representation of color #4E205C: hue angle of 286º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E205C is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 32 | 92 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.64 |
| HSL | 286º | 0.48% | 0.24% | - |
| HSV(B) | 286º | 0.65% | 0.36% | - |
| XYZ | 5.59 | 3.43 | 10.49 | - |
| YUV | 52.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 92 | 0.15 | 0.65 | 0 | 0.64 | 286 | 0.48 | 0.24 |
| Hex | 4E | 20 | 5C | F | 41 | 0 | 40 | 11E | 30 | 18 |
| Octal | 116 | 40 | 134 | 17 | 101 | 0 | 100 | 436 | 60 | 30 |
| Binary | 1001110 | 100000 | 1011100 | 1111 | 1000001 | 0 | 1000000 | 100011110 | 110000 | 11000 |
Color Harmonies of #4E205C
Complementary color
Monochromatic Colors of #4E205C
Black with #4E205C
Text Example
Text Example
White with #4E205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E205C; }
p { color: rgb(78,32,92); }
H1.HeaderClassName
{
color: #4E205C;
}
.AnyTagClassName
{
color: #4E205C;
}
</style>
background-color css
<style>
a { background-color: #4E205C; }
a { background-color: rgb(78,32,92); }
div.DivClassName
{
background-color: #4E205C;
}
.BgClassName
{
background-color: #4E205C;
}
</style>
border-color css
<style>
span { border-color: #4E205C; }
span { border-color: rgb(78,32,92); }
td.TdClassName
{
border-color: #4E205C;
}
.TagClassName
{
border-color: #4E205C;
}
</style>