Shades of Scarlet Gum #4C045C
Tints of Scarlet Gum #4C045C
RGB
CMYK
RGB Variations
Color information
#4C045C (or 0x4C045C) is known color: Scarlet Gum. HEX triplet: 4C, 04 and 5C. RGB value is (76,4,92). Sum of RGB (Red+Green+Blue) = 76+4+92=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C045C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C045C is #B3FBA3. Grayscale: #232323. Windows color (decimal): -11795364 or 6030412. OLE color: 6030412.
HSL color Cylindrical-coordinate representation of color #4C045C: hue angle of 289.09º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C045C is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 4 | 92 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.64 |
| HSL | 289.09º | 0.92% | 0.19% | - |
| HSV(B) | 289.09º | 0.96% | 0.36% | - |
| XYZ | 4.96 | 2.4 | 10.33 | - |
| YUV | 35.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 92 | 0.17 | 0.96 | 0 | 0.64 | 289.09 | 0.92 | 0.19 |
| Hex | 4C | 4 | 5C | 11 | 60 | 0 | 40 | 121 | 5C | 13 |
| Octal | 114 | 4 | 134 | 21 | 140 | 0 | 100 | 441 | 134 | 23 |
| Binary | 1001100 | 100 | 1011100 | 10001 | 1100000 | 0 | 1000000 | 100100001 | 1011100 | 10011 |
Color Harmonies of #4C045C
Complementary color
Monochromatic Colors of #4C045C
Black with #4C045C
Text Example
Text Example
White with #4C045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C045C; }
p { color: rgb(76,4,92); }
H1.HeaderClassName
{
color: #4C045C;
}
.AnyTagClassName
{
color: #4C045C;
}
</style>
background-color css
<style>
a { background-color: #4C045C; }
a { background-color: rgb(76,4,92); }
div.DivClassName
{
background-color: #4C045C;
}
.BgClassName
{
background-color: #4C045C;
}
</style>
border-color css
<style>
span { border-color: #4C045C; }
span { border-color: rgb(76,4,92); }
td.TdClassName
{
border-color: #4C045C;
}
.TagClassName
{
border-color: #4C045C;
}
</style>