Shades of Scarlet Gum #4A055D
Tints of Scarlet Gum #4A055D
RGB
CMYK
RGB Variations
Color information
#4A055D (or 0x4A055D) is known color: Scarlet Gum. HEX triplet: 4A, 05 and 5D. RGB value is (74,5,93). Sum of RGB (Red+Green+Blue) = 74+5+93=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A055D is #B5FAA2. Grayscale: #232323. Windows color (decimal): -11926179 or 6096202. OLE color: 6096202.
HSL color Cylindrical-coordinate representation of color #4A055D: hue angle of 287.05º 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 #4A055D is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 5 | 93 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.64 |
| HSL | 287.05º | 0.9% | 0.19% | - |
| HSV(B) | 287.05º | 0.95% | 0.36% | - |
| XYZ | 4.85 | 2.35 | 10.55 | - |
| YUV | 35.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 93 | 0.20 | 0.95 | 0 | 0.64 | 287.05 | 0.9 | 0.19 |
| Hex | 4A | 5 | 5D | 14 | 5F | 0 | 40 | 11F | 5A | 13 |
| Octal | 112 | 5 | 135 | 24 | 137 | 0 | 100 | 437 | 132 | 23 |
| Binary | 1001010 | 101 | 1011101 | 10100 | 1011111 | 0 | 1000000 | 100011111 | 1011010 | 10011 |
Color Harmonies of #4A055D
Complementary color
Monochromatic Colors of #4A055D
Black with #4A055D
Text Example
Text Example
White with #4A055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A055D; }
p { color: rgb(74,5,93); }
H1.HeaderClassName
{
color: #4A055D;
}
.AnyTagClassName
{
color: #4A055D;
}
</style>
background-color css
<style>
a { background-color: #4A055D; }
a { background-color: rgb(74,5,93); }
div.DivClassName
{
background-color: #4A055D;
}
.BgClassName
{
background-color: #4A055D;
}
</style>
border-color css
<style>
span { border-color: #4A055D; }
span { border-color: rgb(74,5,93); }
td.TdClassName
{
border-color: #4A055D;
}
.TagClassName
{
border-color: #4A055D;
}
</style>