Shades of Scarlet Gum #4A065D
Tints of Scarlet Gum #4A065D
RGB
CMYK
RGB Variations
Color information
#4A065D (or 0x4A065D) is known color: Scarlet Gum. HEX triplet: 4A, 06 and 5D. RGB value is (74,6,93). Sum of RGB (Red+Green+Blue) = 74+6+93=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A065D is #B5F9A2. Grayscale: #232323. Windows color (decimal): -11925923 or 6096458. OLE color: 6096458.
HSL color Cylindrical-coordinate representation of color #4A065D: hue angle of 286.9º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A065D is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 6 | 93 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.64 |
| HSL | 286.9º | 0.88% | 0.19% | - |
| HSV(B) | 286.9º | 0.94% | 0.36% | - |
| XYZ | 4.86 | 2.38 | 10.56 | - |
| YUV | 36.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 93 | 0.20 | 0.94 | 0 | 0.64 | 286.9 | 0.88 | 0.19 |
| Hex | 4A | 6 | 5D | 14 | 5E | 0 | 40 | 11F | 58 | 13 |
| Octal | 112 | 6 | 135 | 24 | 136 | 0 | 100 | 437 | 130 | 23 |
| Binary | 1001010 | 110 | 1011101 | 10100 | 1011110 | 0 | 1000000 | 100011111 | 1011000 | 10011 |
Color Harmonies of #4A065D
Complementary color
Monochromatic Colors of #4A065D
Black with #4A065D
Text Example
Text Example
White with #4A065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A065D; }
p { color: rgb(74,6,93); }
H1.HeaderClassName
{
color: #4A065D;
}
.AnyTagClassName
{
color: #4A065D;
}
</style>
background-color css
<style>
a { background-color: #4A065D; }
a { background-color: rgb(74,6,93); }
div.DivClassName
{
background-color: #4A065D;
}
.BgClassName
{
background-color: #4A065D;
}
</style>
border-color css
<style>
span { border-color: #4A065D; }
span { border-color: rgb(74,6,93); }
td.TdClassName
{
border-color: #4A065D;
}
.TagClassName
{
border-color: #4A065D;
}
</style>