Shades of Scarlet Gum #4A055A
Tints of Scarlet Gum #4A055A
RGB
CMYK
RGB Variations
Color information
#4A055A (or 0x4A055A) is known color: Scarlet Gum. HEX triplet: 4A, 05 and 5A. RGB value is (74,5,90). Sum of RGB (Red+Green+Blue) = 74+5+90=169 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.79% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A055A is #B5FAA5. Grayscale: #232323. Windows color (decimal): -11926182 or 5899594. OLE color: 5899594.
HSL color Cylindrical-coordinate representation of color #4A055A: hue angle of 288.71º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A055A is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 5 | 90 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.65 |
| HSL | 288.71º | 0.89% | 0.19% | - |
| HSV(B) | 288.71º | 0.94% | 0.35% | - |
| XYZ | 4.72 | 2.3 | 9.87 | - |
| YUV | 35.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 90 | 0.18 | 0.94 | 0 | 0.65 | 288.71 | 0.89 | 0.19 |
| Hex | 4A | 5 | 5A | 12 | 5E | 0 | 41 | 121 | 59 | 13 |
| Octal | 112 | 5 | 132 | 22 | 136 | 0 | 101 | 441 | 131 | 23 |
| Binary | 1001010 | 101 | 1011010 | 10010 | 1011110 | 0 | 1000001 | 100100001 | 1011001 | 10011 |
Color Harmonies of #4A055A
Complementary color
Monochromatic Colors of #4A055A
Black with #4A055A
Text Example
Text Example
White with #4A055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A055A; }
p { color: rgb(74,5,90); }
H1.HeaderClassName
{
color: #4A055A;
}
.AnyTagClassName
{
color: #4A055A;
}
</style>
background-color css
<style>
a { background-color: #4A055A; }
a { background-color: rgb(74,5,90); }
div.DivClassName
{
background-color: #4A055A;
}
.BgClassName
{
background-color: #4A055A;
}
</style>
border-color css
<style>
span { border-color: #4A055A; }
span { border-color: rgb(74,5,90); }
td.TdClassName
{
border-color: #4A055A;
}
.TagClassName
{
border-color: #4A055A;
}
</style>