Shades of Scarlet Gum #4F135D
Tints of Scarlet Gum #4F135D
RGB
CMYK
RGB Variations
Color information
#4F135D (or 0x4F135D) is known color: Scarlet Gum. HEX triplet: 4F, 13 and 5D. RGB value is (79,19,93). Sum of RGB (Red+Green+Blue) = 79+19+93=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F135D is #B0ECA2. Grayscale: #2D2D2D. Windows color (decimal): -11594915 or 6099791. OLE color: 6099791.
HSL color Cylindrical-coordinate representation of color #4F135D: hue angle of 288.65º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F135D is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 19 | 93 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.64 |
| HSL | 288.65º | 0.66% | 0.22% | - |
| HSV(B) | 288.65º | 0.8% | 0.36% | - |
| XYZ | 5.43 | 2.92 | 10.63 | - |
| YUV | 45.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 93 | 0.15 | 0.80 | 0 | 0.64 | 288.65 | 0.66 | 0.22 |
| Hex | 4F | 13 | 5D | F | 50 | 0 | 40 | 121 | 42 | 16 |
| Octal | 117 | 23 | 135 | 17 | 120 | 0 | 100 | 441 | 102 | 26 |
| Binary | 1001111 | 10011 | 1011101 | 1111 | 1010000 | 0 | 1000000 | 100100001 | 1000010 | 10110 |
Color Harmonies of #4F135D
Complementary color
Monochromatic Colors of #4F135D
Black with #4F135D
Text Example
Text Example
White with #4F135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F135D; }
p { color: rgb(79,19,93); }
H1.HeaderClassName
{
color: #4F135D;
}
.AnyTagClassName
{
color: #4F135D;
}
</style>
background-color css
<style>
a { background-color: #4F135D; }
a { background-color: rgb(79,19,93); }
div.DivClassName
{
background-color: #4F135D;
}
.BgClassName
{
background-color: #4F135D;
}
</style>
border-color css
<style>
span { border-color: #4F135D; }
span { border-color: rgb(79,19,93); }
td.TdClassName
{
border-color: #4F135D;
}
.TagClassName
{
border-color: #4F135D;
}
</style>