Shades of Scarlet Gum #4A175A
Tints of Scarlet Gum #4A175A
RGB
CMYK
RGB Variations
Color information
#4A175A (or 0x4A175A) is known color: Scarlet Gum. HEX triplet: 4A, 17 and 5A. RGB value is (74,23,90). Sum of RGB (Red+Green+Blue) = 74+23+90=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A175A is #B5E8A5. Grayscale: #2D2D2D. Windows color (decimal): -11921574 or 5904202. OLE color: 5904202.
HSL color Cylindrical-coordinate representation of color #4A175A: hue angle of 285.67º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A175A is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 23 | 90 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.65 |
| HSL | 285.67º | 0.59% | 0.22% | - |
| HSV(B) | 285.67º | 0.74% | 0.35% | - |
| XYZ | 4.98 | 2.81 | 9.95 | - |
| YUV | 45.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 90 | 0.18 | 0.74 | 0 | 0.65 | 285.67 | 0.59 | 0.22 |
| Hex | 4A | 17 | 5A | 12 | 4A | 0 | 41 | 11E | 3B | 16 |
| Octal | 112 | 27 | 132 | 22 | 112 | 0 | 101 | 436 | 73 | 26 |
| Binary | 1001010 | 10111 | 1011010 | 10010 | 1001010 | 0 | 1000001 | 100011110 | 111011 | 10110 |
Color Harmonies of #4A175A
Complementary color
Monochromatic Colors of #4A175A
Black with #4A175A
Text Example
Text Example
White with #4A175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A175A; }
p { color: rgb(74,23,90); }
H1.HeaderClassName
{
color: #4A175A;
}
.AnyTagClassName
{
color: #4A175A;
}
</style>
background-color css
<style>
a { background-color: #4A175A; }
a { background-color: rgb(74,23,90); }
div.DivClassName
{
background-color: #4A175A;
}
.BgClassName
{
background-color: #4A175A;
}
</style>
border-color css
<style>
span { border-color: #4A175A; }
span { border-color: rgb(74,23,90); }
td.TdClassName
{
border-color: #4A175A;
}
.TagClassName
{
border-color: #4A175A;
}
</style>