Shades of Scarlet Gum #4B205C
Tints of Scarlet Gum #4B205C
RGB
CMYK
RGB Variations
Color information
#4B205C (or 0x4B205C) is known color: Scarlet Gum. HEX triplet: 4B, 20 and 5C. RGB value is (75,32,92). Sum of RGB (Red+Green+Blue) = 75+32+92=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B205C is #B4DFA3. Grayscale: #333333. Windows color (decimal): -11853732 or 6037579. OLE color: 6037579.
HSL color Cylindrical-coordinate representation of color #4B205C: hue angle of 283º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B205C is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 32 | 92 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.64 |
| HSL | 283º | 0.48% | 0.24% | - |
| HSV(B) | 283º | 0.65% | 0.36% | - |
| XYZ | 5.35 | 3.3 | 10.48 | - |
| YUV | 51.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 92 | 0.18 | 0.65 | 0 | 0.64 | 283 | 0.48 | 0.24 |
| Hex | 4B | 20 | 5C | 12 | 41 | 0 | 40 | 11B | 30 | 18 |
| Octal | 113 | 40 | 134 | 22 | 101 | 0 | 100 | 433 | 60 | 30 |
| Binary | 1001011 | 100000 | 1011100 | 10010 | 1000001 | 0 | 1000000 | 100011011 | 110000 | 11000 |
Color Harmonies of #4B205C
Complementary color
Monochromatic Colors of #4B205C
Black with #4B205C
Text Example
Text Example
White with #4B205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B205C; }
p { color: rgb(75,32,92); }
H1.HeaderClassName
{
color: #4B205C;
}
.AnyTagClassName
{
color: #4B205C;
}
</style>
background-color css
<style>
a { background-color: #4B205C; }
a { background-color: rgb(75,32,92); }
div.DivClassName
{
background-color: #4B205C;
}
.BgClassName
{
background-color: #4B205C;
}
</style>
border-color css
<style>
span { border-color: #4B205C; }
span { border-color: rgb(75,32,92); }
td.TdClassName
{
border-color: #4B205C;
}
.TagClassName
{
border-color: #4B205C;
}
</style>