Shades of Scarlet Gum #4A315A
Tints of Scarlet Gum #4A315A
RGB
CMYK
RGB Variations
Color information
#4A315A (or 0x4A315A) is known color: Scarlet Gum. HEX triplet: 4A, 31 and 5A. RGB value is (74,49,90). Sum of RGB (Red+Green+Blue) = 74+49+90=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A315A is #B5CEA5. Grayscale: #3D3D3D. Windows color (decimal): -11914918 or 5910858. OLE color: 5910858.
HSL color Cylindrical-coordinate representation of color #4A315A: hue angle of 276.59º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A315A is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 49 | 90 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.65 |
| HSL | 276.59º | 0.29% | 0.27% | - |
| HSV(B) | 276.59º | 0.46% | 0.35% | - |
| XYZ | 5.77 | 4.39 | 10.22 | - |
| YUV | 61.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 90 | 0.18 | 0.46 | 0 | 0.65 | 276.59 | 0.29 | 0.27 |
| Hex | 4A | 31 | 5A | 12 | 2E | 0 | 41 | 115 | 1D | 1B |
| Octal | 112 | 61 | 132 | 22 | 56 | 0 | 101 | 425 | 35 | 33 |
| Binary | 1001010 | 110001 | 1011010 | 10010 | 101110 | 0 | 1000001 | 100010101 | 11101 | 11011 |
Color Harmonies of #4A315A
Complementary color
Monochromatic Colors of #4A315A
Black with #4A315A
Text Example
Text Example
White with #4A315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A315A; }
p { color: rgb(74,49,90); }
H1.HeaderClassName
{
color: #4A315A;
}
.AnyTagClassName
{
color: #4A315A;
}
</style>
background-color css
<style>
a { background-color: #4A315A; }
a { background-color: rgb(74,49,90); }
div.DivClassName
{
background-color: #4A315A;
}
.BgClassName
{
background-color: #4A315A;
}
</style>
border-color css
<style>
span { border-color: #4A315A; }
span { border-color: rgb(74,49,90); }
td.TdClassName
{
border-color: #4A315A;
}
.TagClassName
{
border-color: #4A315A;
}
</style>