Shades of Scarlet Gum #4A255D
Tints of Scarlet Gum #4A255D
RGB
CMYK
RGB Variations
Color information
#4A255D (or 0x4A255D) is known color: Scarlet Gum. HEX triplet: 4A, 25 and 5D. RGB value is (74,37,93). Sum of RGB (Red+Green+Blue) = 74+37+93=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A255D is #B5DAA2. Grayscale: #363636. Windows color (decimal): -11917987 or 6104394. OLE color: 6104394.
HSL color Cylindrical-coordinate representation of color #4A255D: hue angle of 279.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A255D is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 37 | 93 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.64 |
| HSL | 279.64º | 0.43% | 0.25% | - |
| HSV(B) | 279.64º | 0.6% | 0.36% | - |
| XYZ | 5.46 | 3.57 | 10.76 | - |
| YUV | 54.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 93 | 0.20 | 0.60 | 0 | 0.64 | 279.64 | 0.43 | 0.25 |
| Hex | 4A | 25 | 5D | 14 | 3C | 0 | 40 | 118 | 2B | 19 |
| Octal | 112 | 45 | 135 | 24 | 74 | 0 | 100 | 430 | 53 | 31 |
| Binary | 1001010 | 100101 | 1011101 | 10100 | 111100 | 0 | 1000000 | 100011000 | 101011 | 11001 |
Color Harmonies of #4A255D
Complementary color
Monochromatic Colors of #4A255D
Black with #4A255D
Text Example
Text Example
White with #4A255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A255D; }
p { color: rgb(74,37,93); }
H1.HeaderClassName
{
color: #4A255D;
}
.AnyTagClassName
{
color: #4A255D;
}
</style>
background-color css
<style>
a { background-color: #4A255D; }
a { background-color: rgb(74,37,93); }
div.DivClassName
{
background-color: #4A255D;
}
.BgClassName
{
background-color: #4A255D;
}
</style>
border-color css
<style>
span { border-color: #4A255D; }
span { border-color: rgb(74,37,93); }
td.TdClassName
{
border-color: #4A255D;
}
.TagClassName
{
border-color: #4A255D;
}
</style>