Shades of Scarlet Gum #4C055B
Tints of Scarlet Gum #4C055B
RGB
CMYK
RGB Variations
Color information
#4C055B (or 0x4C055B) is known color: Scarlet Gum. HEX triplet: 4C, 05 and 5B. RGB value is (76,5,91). Sum of RGB (Red+Green+Blue) = 76+5+91=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C055B is #B3FAA4. Grayscale: #232323. Windows color (decimal): -11795109 or 5965132. OLE color: 5965132.
HSL color Cylindrical-coordinate representation of color #4C055B: hue angle of 289.53º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C055B is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 5 | 91 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.64 |
| HSL | 289.53º | 0.9% | 0.19% | - |
| HSV(B) | 289.53º | 0.95% | 0.36% | - |
| XYZ | 4.92 | 2.4 | 10.1 | - |
| YUV | 36.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 91 | 0.16 | 0.95 | 0 | 0.64 | 289.53 | 0.9 | 0.19 |
| Hex | 4C | 5 | 5B | 10 | 5F | 0 | 40 | 122 | 5A | 13 |
| Octal | 114 | 5 | 133 | 20 | 137 | 0 | 100 | 442 | 132 | 23 |
| Binary | 1001100 | 101 | 1011011 | 10000 | 1011111 | 0 | 1000000 | 100100010 | 1011010 | 10011 |
Color Harmonies of #4C055B
Complementary color
Monochromatic Colors of #4C055B
Black with #4C055B
Text Example
Text Example
White with #4C055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C055B; }
p { color: rgb(76,5,91); }
H1.HeaderClassName
{
color: #4C055B;
}
.AnyTagClassName
{
color: #4C055B;
}
</style>
background-color css
<style>
a { background-color: #4C055B; }
a { background-color: rgb(76,5,91); }
div.DivClassName
{
background-color: #4C055B;
}
.BgClassName
{
background-color: #4C055B;
}
</style>
border-color css
<style>
span { border-color: #4C055B; }
span { border-color: rgb(76,5,91); }
td.TdClassName
{
border-color: #4C055B;
}
.TagClassName
{
border-color: #4C055B;
}
</style>