Shades of Scarlet Gum #4F156A
Tints of Scarlet Gum #4F156A
RGB
CMYK
RGB Variations
Color information
#4F156A (or 0x4F156A) is known color: Scarlet Gum. HEX triplet: 4F, 15 and 6A. RGB value is (79,21,106). Sum of RGB (Red+Green+Blue) = 79+21+106=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F156A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F156A is #B0EA95. Grayscale: #2F2F2F. Windows color (decimal): -11594390 or 6952271. OLE color: 6952271.
HSL color Cylindrical-coordinate representation of color #4F156A: hue angle of 280.94º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F156A is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 21 | 106 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.58 |
| HSL | 280.94º | 0.67% | 0.25% | - |
| HSV(B) | 280.94º | 0.8% | 0.42% | - |
| XYZ | 6.09 | 3.24 | 13.94 | - |
| YUV | 48.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 106 | 0.25 | 0.80 | 0 | 0.58 | 280.94 | 0.67 | 0.25 |
| Hex | 4F | 15 | 6A | 19 | 50 | 0 | 3A | 119 | 43 | 19 |
| Octal | 117 | 25 | 152 | 31 | 120 | 0 | 72 | 431 | 103 | 31 |
| Binary | 1001111 | 10101 | 1101010 | 11001 | 1010000 | 0 | 111010 | 100011001 | 1000011 | 11001 |
Color Harmonies of #4F156A
Complementary color
Monochromatic Colors of #4F156A
Black with #4F156A
Text Example
Text Example
White with #4F156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F156A; }
p { color: rgb(79,21,106); }
H1.HeaderClassName
{
color: #4F156A;
}
.AnyTagClassName
{
color: #4F156A;
}
</style>
background-color css
<style>
a { background-color: #4F156A; }
a { background-color: rgb(79,21,106); }
div.DivClassName
{
background-color: #4F156A;
}
.BgClassName
{
background-color: #4F156A;
}
</style>
border-color css
<style>
span { border-color: #4F156A; }
span { border-color: rgb(79,21,106); }
td.TdClassName
{
border-color: #4F156A;
}
.TagClassName
{
border-color: #4F156A;
}
</style>