Shades of Scarlet Gum #4F1E5E
Tints of Scarlet Gum #4F1E5E
RGB
CMYK
RGB Variations
Color information
#4F1E5E (or 0x4F1E5E) is known color: Scarlet Gum. HEX triplet: 4F, 1E and 5E. RGB value is (79,30,94). Sum of RGB (Red+Green+Blue) = 79+30+94=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #4F1E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1E5E is #B0E1A1. Grayscale: #333333. Windows color (decimal): -11592098 or 6168143. OLE color: 6168143.
HSL color Cylindrical-coordinate representation of color #4F1E5E: hue angle of 285.94º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F1E5E is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 79 | 30 | 94 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.63 |
| HSL | 285.94º | 0.52% | 0.24% | - |
| HSV(B) | 285.94º | 0.68% | 0.37% | - |
| XYZ | 5.71 | 3.4 | 10.94 | - |
| YUV | 51.95 | 151.73 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 94 | 0.16 | 0.68 | 0 | 0.63 | 285.94 | 0.52 | 0.24 |
| Hex | 4F | 1E | 5E | 10 | 44 | 0 | 3F | 11E | 34 | 18 |
| Octal | 117 | 36 | 136 | 20 | 104 | 0 | 77 | 436 | 64 | 30 |
| Binary | 1001111 | 11110 | 1011110 | 10000 | 1000100 | 0 | 111111 | 100011110 | 110100 | 11000 |
Color Harmonies of #4F1E5E
Complementary color
Monochromatic Colors of #4F1E5E
Black with #4F1E5E
Text Example
Text Example
White with #4F1E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1E5E; }
p { color: rgb(79,30,94); }
H1.HeaderClassName
{
color: #4F1E5E;
}
.AnyTagClassName
{
color: #4F1E5E;
}
</style>
background-color css
<style>
a { background-color: #4F1E5E; }
a { background-color: rgb(79,30,94); }
div.DivClassName
{
background-color: #4F1E5E;
}
.BgClassName
{
background-color: #4F1E5E;
}
</style>
border-color css
<style>
span { border-color: #4F1E5E; }
span { border-color: rgb(79,30,94); }
td.TdClassName
{
border-color: #4F1E5E;
}
.TagClassName
{
border-color: #4F1E5E;
}
</style>