Shades of Scarlet Gum #4F1760
Tints of Scarlet Gum #4F1760
RGB
CMYK
RGB Variations
Color information
#4F1760 (or 0x4F1760) is known color: Scarlet Gum. HEX triplet: 4F, 17 and 60. RGB value is (79,23,96). Sum of RGB (Red+Green+Blue) = 79+23+96=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F1760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1760 is #B0E89F. Grayscale: #2F2F2F. Windows color (decimal): -11593888 or 6297423. OLE color: 6297423.
HSL color Cylindrical-coordinate representation of color #4F1760: hue angle of 286.03º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F1760 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 23 | 96 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.62 |
| HSL | 286.03º | 0.61% | 0.23% | - |
| HSV(B) | 286.03º | 0.76% | 0.38% | - |
| XYZ | 5.64 | 3.12 | 11.37 | - |
| YUV | 48.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 96 | 0.18 | 0.76 | 0 | 0.62 | 286.03 | 0.61 | 0.23 |
| Hex | 4F | 17 | 60 | 12 | 4C | 0 | 3E | 11E | 3D | 17 |
| Octal | 117 | 27 | 140 | 22 | 114 | 0 | 76 | 436 | 75 | 27 |
| Binary | 1001111 | 10111 | 1100000 | 10010 | 1001100 | 0 | 111110 | 100011110 | 111101 | 10111 |
Color Harmonies of #4F1760
Complementary color
Monochromatic Colors of #4F1760
Black with #4F1760
Text Example
Text Example
White with #4F1760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1760; }
p { color: rgb(79,23,96); }
H1.HeaderClassName
{
color: #4F1760;
}
.AnyTagClassName
{
color: #4F1760;
}
</style>
background-color css
<style>
a { background-color: #4F1760; }
a { background-color: rgb(79,23,96); }
div.DivClassName
{
background-color: #4F1760;
}
.BgClassName
{
background-color: #4F1760;
}
</style>
border-color css
<style>
span { border-color: #4F1760; }
span { border-color: rgb(79,23,96); }
td.TdClassName
{
border-color: #4F1760;
}
.TagClassName
{
border-color: #4F1760;
}
</style>