Shades of Scarlet Gum #4F2B61
Tints of Scarlet Gum #4F2B61
RGB
CMYK
RGB Variations
Color information
#4F2B61 (or 0x4F2B61) is known color: Scarlet Gum. HEX triplet: 4F, 2B and 61. RGB value is (79,43,97). Sum of RGB (Red+Green+Blue) = 79+43+97=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F2B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2B61 is #B0D49E. Grayscale: #3B3B3B. Windows color (decimal): -11588767 or 6368079. OLE color: 6368079.
HSL color Cylindrical-coordinate representation of color #4F2B61: hue angle of 280º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F2B61 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 43 | 97 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.62 |
| HSL | 280º | 0.39% | 0.27% | - |
| HSV(B) | 280º | 0.56% | 0.38% | - |
| XYZ | 6.25 | 4.25 | 11.8 | - |
| YUV | 59.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 43 | 97 | 0.19 | 0.56 | 0 | 0.62 | 280 | 0.39 | 0.27 |
| Hex | 4F | 2B | 61 | 13 | 38 | 0 | 3E | 118 | 27 | 1B |
| Octal | 117 | 53 | 141 | 23 | 70 | 0 | 76 | 430 | 47 | 33 |
| Binary | 1001111 | 101011 | 1100001 | 10011 | 111000 | 0 | 111110 | 100011000 | 100111 | 11011 |
Color Harmonies of #4F2B61
Complementary color
Monochromatic Colors of #4F2B61
Black with #4F2B61
Text Example
Text Example
White with #4F2B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2B61; }
p { color: rgb(79,43,97); }
H1.HeaderClassName
{
color: #4F2B61;
}
.AnyTagClassName
{
color: #4F2B61;
}
</style>
background-color css
<style>
a { background-color: #4F2B61; }
a { background-color: rgb(79,43,97); }
div.DivClassName
{
background-color: #4F2B61;
}
.BgClassName
{
background-color: #4F2B61;
}
</style>
border-color css
<style>
span { border-color: #4F2B61; }
span { border-color: rgb(79,43,97); }
td.TdClassName
{
border-color: #4F2B61;
}
.TagClassName
{
border-color: #4F2B61;
}
</style>