Shades of Scarlet Gum #4A115B
Tints of Scarlet Gum #4A115B
RGB
CMYK
RGB Variations
Color information
#4A115B (or 0x4A115B) is known color: Scarlet Gum. HEX triplet: 4A, 11 and 5B. RGB value is (74,17,91). Sum of RGB (Red+Green+Blue) = 74+17+91=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A115B is #B5EEA4. Grayscale: #2A2A2A. Windows color (decimal): -11923109 or 5968202. OLE color: 5968202.
HSL color Cylindrical-coordinate representation of color #4A115B: hue angle of 286.22º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A115B is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 17 | 91 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.64 |
| HSL | 286.22º | 0.69% | 0.21% | - |
| HSV(B) | 286.22º | 0.81% | 0.36% | - |
| XYZ | 4.91 | 2.61 | 10.14 | - |
| YUV | 42.48 | 155.38 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 91 | 0.19 | 0.81 | 0 | 0.64 | 286.22 | 0.69 | 0.21 |
| Hex | 4A | 11 | 5B | 13 | 51 | 0 | 40 | 11E | 45 | 15 |
| Octal | 112 | 21 | 133 | 23 | 121 | 0 | 100 | 436 | 105 | 25 |
| Binary | 1001010 | 10001 | 1011011 | 10011 | 1010001 | 0 | 1000000 | 100011110 | 1000101 | 10101 |
Color Harmonies of #4A115B
Complementary color
Monochromatic Colors of #4A115B
Black with #4A115B
Text Example
Text Example
White with #4A115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A115B; }
p { color: rgb(74,17,91); }
H1.HeaderClassName
{
color: #4A115B;
}
.AnyTagClassName
{
color: #4A115B;
}
</style>
background-color css
<style>
a { background-color: #4A115B; }
a { background-color: rgb(74,17,91); }
div.DivClassName
{
background-color: #4A115B;
}
.BgClassName
{
background-color: #4A115B;
}
</style>
border-color css
<style>
span { border-color: #4A115B; }
span { border-color: rgb(74,17,91); }
td.TdClassName
{
border-color: #4A115B;
}
.TagClassName
{
border-color: #4A115B;
}
</style>