Shades of Scarlet Gum #4D1A67
Tints of Scarlet Gum #4D1A67
RGB
CMYK
RGB Variations
Color information
#4D1A67 (or 0x4D1A67) is known color: Scarlet Gum. HEX triplet: 4D, 1A and 67. RGB value is (77,26,103). Sum of RGB (Red+Green+Blue) = 77+26+103=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #4D1A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1A67 is #B2E598. Grayscale: #313131. Windows color (decimal): -11724185 or 6756941. OLE color: 6756941.
HSL color Cylindrical-coordinate representation of color #4D1A67: hue angle of 279.74º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D1A67 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 26 | 103 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.60 |
| HSL | 279.74º | 0.6% | 0.25% | - |
| HSV(B) | 279.74º | 0.75% | 0.4% | - |
| XYZ | 5.88 | 3.3 | 13.16 | - |
| YUV | 50.03 | 157.9 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 103 | 0.25 | 0.75 | 0 | 0.60 | 279.74 | 0.6 | 0.25 |
| Hex | 4D | 1A | 67 | 19 | 4B | 0 | 3C | 118 | 3C | 19 |
| Octal | 115 | 32 | 147 | 31 | 113 | 0 | 74 | 430 | 74 | 31 |
| Binary | 1001101 | 11010 | 1100111 | 11001 | 1001011 | 0 | 111100 | 100011000 | 111100 | 11001 |
Color Harmonies of #4D1A67
Complementary color
Monochromatic Colors of #4D1A67
Black with #4D1A67
Text Example
Text Example
White with #4D1A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A67; }
p { color: rgb(77,26,103); }
H1.HeaderClassName
{
color: #4D1A67;
}
.AnyTagClassName
{
color: #4D1A67;
}
</style>
background-color css
<style>
a { background-color: #4D1A67; }
a { background-color: rgb(77,26,103); }
div.DivClassName
{
background-color: #4D1A67;
}
.BgClassName
{
background-color: #4D1A67;
}
</style>
border-color css
<style>
span { border-color: #4D1A67; }
span { border-color: rgb(77,26,103); }
td.TdClassName
{
border-color: #4D1A67;
}
.TagClassName
{
border-color: #4D1A67;
}
</style>