Shades of Scarlet Gum #4E165C
Tints of Scarlet Gum #4E165C
RGB
CMYK
RGB Variations
Color information
#4E165C (or 0x4E165C) is known color: Scarlet Gum. HEX triplet: 4E, 16 and 5C. RGB value is (78,22,92). Sum of RGB (Red+Green+Blue) = 78+22+92=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E165C is #B1E9A3. Grayscale: #2E2E2E. Windows color (decimal): -11659684 or 6035022. OLE color: 6035022.
HSL color Cylindrical-coordinate representation of color #4E165C: hue angle of 288º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E165C is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 22 | 92 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.64 |
| HSL | 288º | 0.61% | 0.22% | - |
| HSV(B) | 288º | 0.76% | 0.36% | - |
| XYZ | 5.36 | 2.97 | 10.42 | - |
| YUV | 46.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 92 | 0.15 | 0.76 | 0 | 0.64 | 288 | 0.61 | 0.22 |
| Hex | 4E | 16 | 5C | F | 4C | 0 | 40 | 120 | 3D | 16 |
| Octal | 116 | 26 | 134 | 17 | 114 | 0 | 100 | 440 | 75 | 26 |
| Binary | 1001110 | 10110 | 1011100 | 1111 | 1001100 | 0 | 1000000 | 100100000 | 111101 | 10110 |
Color Harmonies of #4E165C
Complementary color
Monochromatic Colors of #4E165C
Black with #4E165C
Text Example
Text Example
White with #4E165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E165C; }
p { color: rgb(78,22,92); }
H1.HeaderClassName
{
color: #4E165C;
}
.AnyTagClassName
{
color: #4E165C;
}
</style>
background-color css
<style>
a { background-color: #4E165C; }
a { background-color: rgb(78,22,92); }
div.DivClassName
{
background-color: #4E165C;
}
.BgClassName
{
background-color: #4E165C;
}
</style>
border-color css
<style>
span { border-color: #4E165C; }
span { border-color: rgb(78,22,92); }
td.TdClassName
{
border-color: #4E165C;
}
.TagClassName
{
border-color: #4E165C;
}
</style>