Shades of Scarlet Gum #4C075E
Tints of Scarlet Gum #4C075E
RGB
CMYK
RGB Variations
Color information
#4C075E (or 0x4C075E) is known color: Scarlet Gum. HEX triplet: 4C, 07 and 5E. RGB value is (76,7,94). Sum of RGB (Red+Green+Blue) = 76+7+94=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C075E is #B3F8A1. Grayscale: #252525. Windows color (decimal): -11794594 or 6162252. OLE color: 6162252.
HSL color Cylindrical-coordinate representation of color #4C075E: hue angle of 287.59º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C075E is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 76 | 7 | 94 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.63 |
| HSL | 287.59º | 0.86% | 0.2% | - |
| HSV(B) | 287.59º | 0.93% | 0.37% | - |
| XYZ | 5.08 | 2.5 | 10.8 | - |
| YUV | 37.55 | 159.86 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 7 | 94 | 0.19 | 0.93 | 0 | 0.63 | 287.59 | 0.86 | 0.2 |
| Hex | 4C | 7 | 5E | 13 | 5D | 0 | 3F | 120 | 56 | 14 |
| Octal | 114 | 7 | 136 | 23 | 135 | 0 | 77 | 440 | 126 | 24 |
| Binary | 1001100 | 111 | 1011110 | 10011 | 1011101 | 0 | 111111 | 100100000 | 1010110 | 10100 |
Color Harmonies of #4C075E
Complementary color
Monochromatic Colors of #4C075E
Black with #4C075E
Text Example
Text Example
White with #4C075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C075E; }
p { color: rgb(76,7,94); }
H1.HeaderClassName
{
color: #4C075E;
}
.AnyTagClassName
{
color: #4C075E;
}
</style>
background-color css
<style>
a { background-color: #4C075E; }
a { background-color: rgb(76,7,94); }
div.DivClassName
{
background-color: #4C075E;
}
.BgClassName
{
background-color: #4C075E;
}
</style>
border-color css
<style>
span { border-color: #4C075E; }
span { border-color: rgb(76,7,94); }
td.TdClassName
{
border-color: #4C075E;
}
.TagClassName
{
border-color: #4C075E;
}
</style>