Shades of Scarlet Gum #4F2568
Tints of Scarlet Gum #4F2568
RGB
CMYK
RGB Variations
Color information
#4F2568 (or 0x4F2568) is known color: Scarlet Gum. HEX triplet: 4F, 25 and 68. RGB value is (79,37,104). Sum of RGB (Red+Green+Blue) = 79+37+104=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F2568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2568 is #B0DA97. Grayscale: #383838. Windows color (decimal): -11590296 or 6825295. OLE color: 6825295.
HSL color Cylindrical-coordinate representation of color #4F2568: hue angle of 277.61º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F2568 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 37 | 104 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.59 |
| HSL | 277.61º | 0.48% | 0.28% | - |
| HSV(B) | 277.61º | 0.64% | 0.41% | - |
| XYZ | 6.38 | 3.98 | 13.53 | - |
| YUV | 57.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 37 | 104 | 0.24 | 0.64 | 0 | 0.59 | 277.61 | 0.48 | 0.28 |
| Hex | 4F | 25 | 68 | 18 | 40 | 0 | 3B | 116 | 30 | 1C |
| Octal | 117 | 45 | 150 | 30 | 100 | 0 | 73 | 426 | 60 | 34 |
| Binary | 1001111 | 100101 | 1101000 | 11000 | 1000000 | 0 | 111011 | 100010110 | 110000 | 11100 |
Color Harmonies of #4F2568
Complementary color
Monochromatic Colors of #4F2568
Black with #4F2568
Text Example
Text Example
White with #4F2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2568; }
p { color: rgb(79,37,104); }
H1.HeaderClassName
{
color: #4F2568;
}
.AnyTagClassName
{
color: #4F2568;
}
</style>
background-color css
<style>
a { background-color: #4F2568; }
a { background-color: rgb(79,37,104); }
div.DivClassName
{
background-color: #4F2568;
}
.BgClassName
{
background-color: #4F2568;
}
</style>
border-color css
<style>
span { border-color: #4F2568; }
span { border-color: rgb(79,37,104); }
td.TdClassName
{
border-color: #4F2568;
}
.TagClassName
{
border-color: #4F2568;
}
</style>