Shades of Scarlet Gum #501F68
Tints of Scarlet Gum #501F68
RGB
CMYK
RGB Variations
Color information
#501F68 (or 0x501F68) is known color: Scarlet Gum. HEX triplet: 50, 1F and 68. RGB value is (80,31,104). Sum of RGB (Red+Green+Blue) = 80+31+104=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #501F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501F68 is #AFE097. Grayscale: #353535. Windows color (decimal): -11526296 or 6823760. OLE color: 6823760.
HSL color Cylindrical-coordinate representation of color #501F68: hue angle of 280.27º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501F68 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 31 | 104 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.59 |
| HSL | 280.27º | 0.54% | 0.26% | - |
| HSV(B) | 280.27º | 0.7% | 0.41% | - |
| XYZ | 6.3 | 3.68 | 13.48 | - |
| YUV | 53.97 | 156.23 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 104 | 0.23 | 0.70 | 0 | 0.59 | 280.27 | 0.54 | 0.26 |
| Hex | 50 | 1F | 68 | 17 | 46 | 0 | 3B | 118 | 36 | 1A |
| Octal | 120 | 37 | 150 | 27 | 106 | 0 | 73 | 430 | 66 | 32 |
| Binary | 1010000 | 11111 | 1101000 | 10111 | 1000110 | 0 | 111011 | 100011000 | 110110 | 11010 |
Color Harmonies of #501F68
Complementary color
Monochromatic Colors of #501F68
Black with #501F68
Text Example
Text Example
White with #501F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F68; }
p { color: rgb(80,31,104); }
H1.HeaderClassName
{
color: #501F68;
}
.AnyTagClassName
{
color: #501F68;
}
</style>
background-color css
<style>
a { background-color: #501F68; }
a { background-color: rgb(80,31,104); }
div.DivClassName
{
background-color: #501F68;
}
.BgClassName
{
background-color: #501F68;
}
</style>
border-color css
<style>
span { border-color: #501F68; }
span { border-color: rgb(80,31,104); }
td.TdClassName
{
border-color: #501F68;
}
.TagClassName
{
border-color: #501F68;
}
</style>