Shades of Scarlet Gum #4A085F
Tints of Scarlet Gum #4A085F
RGB
CMYK
RGB Variations
Color information
#4A085F (or 0x4A085F) is known color: Scarlet Gum. HEX triplet: 4A, 08 and 5F. RGB value is (74,8,95). Sum of RGB (Red+Green+Blue) = 74+8+95=177 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.81% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A085F is #B5F7A0. Grayscale: #252525. Windows color (decimal): -11925409 or 6228042. OLE color: 6228042.
HSL color Cylindrical-coordinate representation of color #4A085F: hue angle of 285.52º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A085F is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 8 | 95 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.63 |
| HSL | 285.52º | 0.84% | 0.2% | - |
| HSV(B) | 285.52º | 0.92% | 0.37% | - |
| XYZ | 4.98 | 2.46 | 11.04 | - |
| YUV | 37.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 95 | 0.22 | 0.92 | 0 | 0.63 | 285.52 | 0.84 | 0.2 |
| Hex | 4A | 8 | 5F | 16 | 5C | 0 | 3F | 11E | 54 | 14 |
| Octal | 112 | 10 | 137 | 26 | 134 | 0 | 77 | 436 | 124 | 24 |
| Binary | 1001010 | 1000 | 1011111 | 10110 | 1011100 | 0 | 111111 | 100011110 | 1010100 | 10100 |
Color Harmonies of #4A085F
Complementary color
Monochromatic Colors of #4A085F
Black with #4A085F
Text Example
Text Example
White with #4A085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A085F; }
p { color: rgb(74,8,95); }
H1.HeaderClassName
{
color: #4A085F;
}
.AnyTagClassName
{
color: #4A085F;
}
</style>
background-color css
<style>
a { background-color: #4A085F; }
a { background-color: rgb(74,8,95); }
div.DivClassName
{
background-color: #4A085F;
}
.BgClassName
{
background-color: #4A085F;
}
</style>
border-color css
<style>
span { border-color: #4A085F; }
span { border-color: rgb(74,8,95); }
td.TdClassName
{
border-color: #4A085F;
}
.TagClassName
{
border-color: #4A085F;
}
</style>