Shades of Scarlet Gum #4A105F
Tints of Scarlet Gum #4A105F
RGB
CMYK
RGB Variations
Color information
#4A105F (or 0x4A105F) is known color: Scarlet Gum. HEX triplet: 4A, 10 and 5F. RGB value is (74,16,95). Sum of RGB (Red+Green+Blue) = 74+16+95=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A105F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A105F is #B5EFA0. Grayscale: #2A2A2A. Windows color (decimal): -11923361 or 6230090. OLE color: 6230090.
HSL color Cylindrical-coordinate representation of color #4A105F: hue angle of 284.05º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A105F is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 16 | 95 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.63 |
| HSL | 284.05º | 0.71% | 0.22% | - |
| HSV(B) | 284.05º | 0.83% | 0.37% | - |
| XYZ | 5.07 | 2.65 | 11.07 | - |
| YUV | 42.35 | 157.72 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 95 | 0.22 | 0.83 | 0 | 0.63 | 284.05 | 0.71 | 0.22 |
| Hex | 4A | 10 | 5F | 16 | 53 | 0 | 3F | 11C | 47 | 16 |
| Octal | 112 | 20 | 137 | 26 | 123 | 0 | 77 | 434 | 107 | 26 |
| Binary | 1001010 | 10000 | 1011111 | 10110 | 1010011 | 0 | 111111 | 100011100 | 1000111 | 10110 |
Color Harmonies of #4A105F
Complementary color
Monochromatic Colors of #4A105F
Black with #4A105F
Text Example
Text Example
White with #4A105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A105F; }
p { color: rgb(74,16,95); }
H1.HeaderClassName
{
color: #4A105F;
}
.AnyTagClassName
{
color: #4A105F;
}
</style>
background-color css
<style>
a { background-color: #4A105F; }
a { background-color: rgb(74,16,95); }
div.DivClassName
{
background-color: #4A105F;
}
.BgClassName
{
background-color: #4A105F;
}
</style>
border-color css
<style>
span { border-color: #4A105F; }
span { border-color: rgb(74,16,95); }
td.TdClassName
{
border-color: #4A105F;
}
.TagClassName
{
border-color: #4A105F;
}
</style>