Shades of Scarlet Gum #4D255F
Tints of Scarlet Gum #4D255F
RGB
CMYK
RGB Variations
Color information
#4D255F (or 0x4D255F) is known color: Scarlet Gum. HEX triplet: 4D, 25 and 5F. RGB value is (77,37,95). Sum of RGB (Red+Green+Blue) = 77+37+95=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #4D255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D255F is #B2DAA0. Grayscale: #373737. Windows color (decimal): -11721377 or 6235469. OLE color: 6235469.
HSL color Cylindrical-coordinate representation of color #4D255F: hue angle of 281.38º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D255F is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 37 | 95 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.63 |
| HSL | 281.38º | 0.44% | 0.26% | - |
| HSV(B) | 281.38º | 0.61% | 0.37% | - |
| XYZ | 5.79 | 3.73 | 11.24 | - |
| YUV | 55.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 95 | 0.19 | 0.61 | 0 | 0.63 | 281.38 | 0.44 | 0.26 |
| Hex | 4D | 25 | 5F | 13 | 3D | 0 | 3F | 119 | 2C | 1A |
| Octal | 115 | 45 | 137 | 23 | 75 | 0 | 77 | 431 | 54 | 32 |
| Binary | 1001101 | 100101 | 1011111 | 10011 | 111101 | 0 | 111111 | 100011001 | 101100 | 11010 |
Color Harmonies of #4D255F
Complementary color
Monochromatic Colors of #4D255F
Black with #4D255F
Text Example
Text Example
White with #4D255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D255F; }
p { color: rgb(77,37,95); }
H1.HeaderClassName
{
color: #4D255F;
}
.AnyTagClassName
{
color: #4D255F;
}
</style>
background-color css
<style>
a { background-color: #4D255F; }
a { background-color: rgb(77,37,95); }
div.DivClassName
{
background-color: #4D255F;
}
.BgClassName
{
background-color: #4D255F;
}
</style>
border-color css
<style>
span { border-color: #4D255F; }
span { border-color: rgb(77,37,95); }
td.TdClassName
{
border-color: #4D255F;
}
.TagClassName
{
border-color: #4D255F;
}
</style>