Shades of Scarlet Gum #4F325C
Tints of Scarlet Gum #4F325C
RGB
CMYK
RGB Variations
Color information
#4F325C (or 0x4F325C) is known color: Scarlet Gum. HEX triplet: 4F, 32 and 5C. RGB value is (79,50,92). Sum of RGB (Red+Green+Blue) = 79+50+92=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F325C is #B0CDA3. Grayscale: #3F3F3F. Windows color (decimal): -11586980 or 6042191. OLE color: 6042191.
HSL color Cylindrical-coordinate representation of color #4F325C: hue angle of 281.43º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F325C is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 50 | 92 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.64 |
| HSL | 281.43º | 0.3% | 0.28% | - |
| HSV(B) | 281.43º | 0.46% | 0.36% | - |
| XYZ | 6.3 | 4.72 | 10.7 | - |
| YUV | 63.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 92 | 0.14 | 0.46 | 0 | 0.64 | 281.43 | 0.3 | 0.28 |
| Hex | 4F | 32 | 5C | E | 2E | 0 | 40 | 119 | 1E | 1C |
| Octal | 117 | 62 | 134 | 16 | 56 | 0 | 100 | 431 | 36 | 34 |
| Binary | 1001111 | 110010 | 1011100 | 1110 | 101110 | 0 | 1000000 | 100011001 | 11110 | 11100 |
Color Harmonies of #4F325C
Complementary color
Monochromatic Colors of #4F325C
Black with #4F325C
Text Example
Text Example
White with #4F325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F325C; }
p { color: rgb(79,50,92); }
H1.HeaderClassName
{
color: #4F325C;
}
.AnyTagClassName
{
color: #4F325C;
}
</style>
background-color css
<style>
a { background-color: #4F325C; }
a { background-color: rgb(79,50,92); }
div.DivClassName
{
background-color: #4F325C;
}
.BgClassName
{
background-color: #4F325C;
}
</style>
border-color css
<style>
span { border-color: #4F325C; }
span { border-color: rgb(79,50,92); }
td.TdClassName
{
border-color: #4F325C;
}
.TagClassName
{
border-color: #4F325C;
}
</style>