Shades of Scarlet Gum #4F0961
Tints of Scarlet Gum #4F0961
RGB
CMYK
RGB Variations
Color information
#4F0961 (or 0x4F0961) is known color: Scarlet Gum. HEX triplet: 4F, 09 and 61. RGB value is (79,9,97). Sum of RGB (Red+Green+Blue) = 79+9+97=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F0961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0961 is #B0F69E. Grayscale: #272727. Windows color (decimal): -11597471 or 6359375. OLE color: 6359375.
HSL color Cylindrical-coordinate representation of color #4F0961: hue angle of 287.73º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0961 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 9 | 97 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.62 |
| HSL | 287.73º | 0.83% | 0.21% | - |
| HSV(B) | 287.73º | 0.91% | 0.38% | - |
| XYZ | 5.48 | 2.72 | 11.55 | - |
| YUV | 39.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 97 | 0.19 | 0.91 | 0 | 0.62 | 287.73 | 0.83 | 0.21 |
| Hex | 4F | 9 | 61 | 13 | 5B | 0 | 3E | 120 | 53 | 15 |
| Octal | 117 | 11 | 141 | 23 | 133 | 0 | 76 | 440 | 123 | 25 |
| Binary | 1001111 | 1001 | 1100001 | 10011 | 1011011 | 0 | 111110 | 100100000 | 1010011 | 10101 |
Color Harmonies of #4F0961
Complementary color
Monochromatic Colors of #4F0961
Black with #4F0961
Text Example
Text Example
White with #4F0961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0961; }
p { color: rgb(79,9,97); }
H1.HeaderClassName
{
color: #4F0961;
}
.AnyTagClassName
{
color: #4F0961;
}
</style>
background-color css
<style>
a { background-color: #4F0961; }
a { background-color: rgb(79,9,97); }
div.DivClassName
{
background-color: #4F0961;
}
.BgClassName
{
background-color: #4F0961;
}
</style>
border-color css
<style>
span { border-color: #4F0961; }
span { border-color: rgb(79,9,97); }
td.TdClassName
{
border-color: #4F0961;
}
.TagClassName
{
border-color: #4F0961;
}
</style>