Shades of Scarlet Gum #4E1662
Tints of Scarlet Gum #4E1662
RGB
CMYK
RGB Variations
Color information
#4E1662 (or 0x4E1662) is known color: Scarlet Gum. HEX triplet: 4E, 16 and 62. RGB value is (78,22,98). Sum of RGB (Red+Green+Blue) = 78+22+98=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E1662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1662 is #B1E99D. Grayscale: #2F2F2F. Windows color (decimal): -11659678 or 6428238. OLE color: 6428238.
HSL color Cylindrical-coordinate representation of color #4E1662: hue angle of 284.21º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1662 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 22 | 98 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.62 |
| HSL | 284.21º | 0.63% | 0.24% | - |
| HSV(B) | 284.21º | 0.78% | 0.38% | - |
| XYZ | 5.63 | 3.08 | 11.85 | - |
| YUV | 47.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 98 | 0.20 | 0.78 | 0 | 0.62 | 284.21 | 0.63 | 0.24 |
| Hex | 4E | 16 | 62 | 14 | 4E | 0 | 3E | 11C | 3F | 18 |
| Octal | 116 | 26 | 142 | 24 | 116 | 0 | 76 | 434 | 77 | 30 |
| Binary | 1001110 | 10110 | 1100010 | 10100 | 1001110 | 0 | 111110 | 100011100 | 111111 | 11000 |
Color Harmonies of #4E1662
Complementary color
Monochromatic Colors of #4E1662
Black with #4E1662
Text Example
Text Example
White with #4E1662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1662; }
p { color: rgb(78,22,98); }
H1.HeaderClassName
{
color: #4E1662;
}
.AnyTagClassName
{
color: #4E1662;
}
</style>
background-color css
<style>
a { background-color: #4E1662; }
a { background-color: rgb(78,22,98); }
div.DivClassName
{
background-color: #4E1662;
}
.BgClassName
{
background-color: #4E1662;
}
</style>
border-color css
<style>
span { border-color: #4E1662; }
span { border-color: rgb(78,22,98); }
td.TdClassName
{
border-color: #4E1662;
}
.TagClassName
{
border-color: #4E1662;
}
</style>