Shades of Scarlet Gum #4A105A
Tints of Scarlet Gum #4A105A
RGB
CMYK
RGB Variations
Color information
#4A105A (or 0x4A105A) is known color: Scarlet Gum. HEX triplet: 4A, 10 and 5A. RGB value is (74,16,90). Sum of RGB (Red+Green+Blue) = 74+16+90=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A105A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A105A is #B5EFA5. Grayscale: #292929. Windows color (decimal): -11923366 or 5902410. OLE color: 5902410.
HSL color Cylindrical-coordinate representation of color #4A105A: hue angle of 287.03º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A105A is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 16 | 90 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.65 |
| HSL | 287.03º | 0.7% | 0.21% | - |
| HSV(B) | 287.03º | 0.82% | 0.35% | - |
| XYZ | 4.85 | 2.56 | 9.91 | - |
| YUV | 41.78 | 155.22 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 90 | 0.18 | 0.82 | 0 | 0.65 | 287.03 | 0.7 | 0.21 |
| Hex | 4A | 10 | 5A | 12 | 52 | 0 | 41 | 11F | 46 | 15 |
| Octal | 112 | 20 | 132 | 22 | 122 | 0 | 101 | 437 | 106 | 25 |
| Binary | 1001010 | 10000 | 1011010 | 10010 | 1010010 | 0 | 1000001 | 100011111 | 1000110 | 10101 |
Color Harmonies of #4A105A
Complementary color
Monochromatic Colors of #4A105A
Black with #4A105A
Text Example
Text Example
White with #4A105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A105A; }
p { color: rgb(74,16,90); }
H1.HeaderClassName
{
color: #4A105A;
}
.AnyTagClassName
{
color: #4A105A;
}
</style>
background-color css
<style>
a { background-color: #4A105A; }
a { background-color: rgb(74,16,90); }
div.DivClassName
{
background-color: #4A105A;
}
.BgClassName
{
background-color: #4A105A;
}
</style>
border-color css
<style>
span { border-color: #4A105A; }
span { border-color: rgb(74,16,90); }
td.TdClassName
{
border-color: #4A105A;
}
.TagClassName
{
border-color: #4A105A;
}
</style>