Shades of Scarlet Gum #4D175E
Tints of Scarlet Gum #4D175E
RGB
CMYK
RGB Variations
Color information
#4D175E (or 0x4D175E) is known color: Scarlet Gum. HEX triplet: 4D, 17 and 5E. RGB value is (77,23,94). Sum of RGB (Red+Green+Blue) = 77+23+94=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D175E is #B2E8A1. Grayscale: #2F2F2F. Windows color (decimal): -11724962 or 6166349. OLE color: 6166349.
HSL color Cylindrical-coordinate representation of color #4D175E: hue angle of 285.63º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D175E is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 23 | 94 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.63 |
| HSL | 285.63º | 0.61% | 0.23% | - |
| HSV(B) | 285.63º | 0.76% | 0.37% | - |
| XYZ | 5.39 | 3 | 10.88 | - |
| YUV | 47.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 94 | 0.18 | 0.76 | 0 | 0.63 | 285.63 | 0.61 | 0.23 |
| Hex | 4D | 17 | 5E | 12 | 4C | 0 | 3F | 11E | 3D | 17 |
| Octal | 115 | 27 | 136 | 22 | 114 | 0 | 77 | 436 | 75 | 27 |
| Binary | 1001101 | 10111 | 1011110 | 10010 | 1001100 | 0 | 111111 | 100011110 | 111101 | 10111 |
Color Harmonies of #4D175E
Complementary color
Monochromatic Colors of #4D175E
Black with #4D175E
Text Example
Text Example
White with #4D175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D175E; }
p { color: rgb(77,23,94); }
H1.HeaderClassName
{
color: #4D175E;
}
.AnyTagClassName
{
color: #4D175E;
}
</style>
background-color css
<style>
a { background-color: #4D175E; }
a { background-color: rgb(77,23,94); }
div.DivClassName
{
background-color: #4D175E;
}
.BgClassName
{
background-color: #4D175E;
}
</style>
border-color css
<style>
span { border-color: #4D175E; }
span { border-color: rgb(77,23,94); }
td.TdClassName
{
border-color: #4D175E;
}
.TagClassName
{
border-color: #4D175E;
}
</style>