Shades of Scarlet Gum #4A135F
Tints of Scarlet Gum #4A135F
RGB
CMYK
RGB Variations
Color information
#4A135F (or 0x4A135F) is known color: Scarlet Gum. HEX triplet: 4A, 13 and 5F. RGB value is (74,19,95). Sum of RGB (Red+Green+Blue) = 74+19+95=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A135F is #B5ECA0. Grayscale: #2B2B2B. Windows color (decimal): -11922593 or 6230858. OLE color: 6230858.
HSL color Cylindrical-coordinate representation of color #4A135F: hue angle of 283.42º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A135F is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 19 | 95 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.63 |
| HSL | 283.42º | 0.67% | 0.22% | - |
| HSV(B) | 283.42º | 0.8% | 0.37% | - |
| XYZ | 5.12 | 2.75 | 11.09 | - |
| YUV | 44.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 95 | 0.22 | 0.80 | 0 | 0.63 | 283.42 | 0.67 | 0.22 |
| Hex | 4A | 13 | 5F | 16 | 50 | 0 | 3F | 11B | 43 | 16 |
| Octal | 112 | 23 | 137 | 26 | 120 | 0 | 77 | 433 | 103 | 26 |
| Binary | 1001010 | 10011 | 1011111 | 10110 | 1010000 | 0 | 111111 | 100011011 | 1000011 | 10110 |
Color Harmonies of #4A135F
Complementary color
Monochromatic Colors of #4A135F
Black with #4A135F
Text Example
Text Example
White with #4A135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A135F; }
p { color: rgb(74,19,95); }
H1.HeaderClassName
{
color: #4A135F;
}
.AnyTagClassName
{
color: #4A135F;
}
</style>
background-color css
<style>
a { background-color: #4A135F; }
a { background-color: rgb(74,19,95); }
div.DivClassName
{
background-color: #4A135F;
}
.BgClassName
{
background-color: #4A135F;
}
</style>
border-color css
<style>
span { border-color: #4A135F; }
span { border-color: rgb(74,19,95); }
td.TdClassName
{
border-color: #4A135F;
}
.TagClassName
{
border-color: #4A135F;
}
</style>