Shades of Scarlet Gum #4C135F
Tints of Scarlet Gum #4C135F
RGB
CMYK
RGB Variations
Color information
#4C135F (or 0x4C135F) is known color: Scarlet Gum. HEX triplet: 4C, 13 and 5F. RGB value is (76,19,95). Sum of RGB (Red+Green+Blue) = 76+19+95=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C135F is #B3ECA0. Grayscale: #2C2C2C. Windows color (decimal): -11791521 or 6230860. OLE color: 6230860.
HSL color Cylindrical-coordinate representation of color #4C135F: hue angle of 285º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C135F is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 76 | 19 | 95 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.63 |
| HSL | 285º | 0.67% | 0.22% | - |
| HSV(B) | 285º | 0.8% | 0.37% | - |
| XYZ | 5.28 | 2.83 | 11.09 | - |
| YUV | 44.71 | 156.38 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 95 | 0.20 | 0.80 | 0 | 0.63 | 285 | 0.67 | 0.22 |
| Hex | 4C | 13 | 5F | 14 | 50 | 0 | 3F | 11D | 43 | 16 |
| Octal | 114 | 23 | 137 | 24 | 120 | 0 | 77 | 435 | 103 | 26 |
| Binary | 1001100 | 10011 | 1011111 | 10100 | 1010000 | 0 | 111111 | 100011101 | 1000011 | 10110 |
Color Harmonies of #4C135F
Complementary color
Monochromatic Colors of #4C135F
Black with #4C135F
Text Example
Text Example
White with #4C135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C135F; }
p { color: rgb(76,19,95); }
H1.HeaderClassName
{
color: #4C135F;
}
.AnyTagClassName
{
color: #4C135F;
}
</style>
background-color css
<style>
a { background-color: #4C135F; }
a { background-color: rgb(76,19,95); }
div.DivClassName
{
background-color: #4C135F;
}
.BgClassName
{
background-color: #4C135F;
}
</style>
border-color css
<style>
span { border-color: #4C135F; }
span { border-color: rgb(76,19,95); }
td.TdClassName
{
border-color: #4C135F;
}
.TagClassName
{
border-color: #4C135F;
}
</style>