Shades of Scarlet Gum #4C275C
Tints of Scarlet Gum #4C275C
RGB
CMYK
RGB Variations
Color information
#4C275C (or 0x4C275C) is known color: Scarlet Gum. HEX triplet: 4C, 27 and 5C. RGB value is (76,39,92). Sum of RGB (Red+Green+Blue) = 76+39+92=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C275C is #B3D8A3. Grayscale: #373737. Windows color (decimal): -11786404 or 6039372. OLE color: 6039372.
HSL color Cylindrical-coordinate representation of color #4C275C: hue angle of 281.89º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C275C is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 39 | 92 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.64 |
| HSL | 281.89º | 0.4% | 0.26% | - |
| HSV(B) | 281.89º | 0.58% | 0.36% | - |
| XYZ | 5.64 | 3.76 | 10.55 | - |
| YUV | 56.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 92 | 0.17 | 0.58 | 0 | 0.64 | 281.89 | 0.4 | 0.26 |
| Hex | 4C | 27 | 5C | 11 | 3A | 0 | 40 | 11A | 28 | 1A |
| Octal | 114 | 47 | 134 | 21 | 72 | 0 | 100 | 432 | 50 | 32 |
| Binary | 1001100 | 100111 | 1011100 | 10001 | 111010 | 0 | 1000000 | 100011010 | 101000 | 11010 |
Color Harmonies of #4C275C
Complementary color
Monochromatic Colors of #4C275C
Black with #4C275C
Text Example
Text Example
White with #4C275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C275C; }
p { color: rgb(76,39,92); }
H1.HeaderClassName
{
color: #4C275C;
}
.AnyTagClassName
{
color: #4C275C;
}
</style>
background-color css
<style>
a { background-color: #4C275C; }
a { background-color: rgb(76,39,92); }
div.DivClassName
{
background-color: #4C275C;
}
.BgClassName
{
background-color: #4C275C;
}
</style>
border-color css
<style>
span { border-color: #4C275C; }
span { border-color: rgb(76,39,92); }
td.TdClassName
{
border-color: #4C275C;
}
.TagClassName
{
border-color: #4C275C;
}
</style>