Shades of Scarlet Gum #502062
Tints of Scarlet Gum #502062
RGB
CMYK
RGB Variations
Color information
#502062 (or 0x502062) is known color: Scarlet Gum. HEX triplet: 50, 20 and 62. RGB value is (80,32,98). Sum of RGB (Red+Green+Blue) = 80+32+98=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #502062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502062 is #AFDF9D. Grayscale: #353535. Windows color (decimal): -11526046 or 6430800. OLE color: 6430800.
HSL color Cylindrical-coordinate representation of color #502062: hue angle of 283.64º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #502062 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 32 | 98 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.62 |
| HSL | 283.64º | 0.51% | 0.25% | - |
| HSV(B) | 283.64º | 0.67% | 0.38% | - |
| XYZ | 6.03 | 3.62 | 11.94 | - |
| YUV | 53.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 98 | 0.18 | 0.67 | 0 | 0.62 | 283.64 | 0.51 | 0.25 |
| Hex | 50 | 20 | 62 | 12 | 43 | 0 | 3E | 11C | 33 | 19 |
| Octal | 120 | 40 | 142 | 22 | 103 | 0 | 76 | 434 | 63 | 31 |
| Binary | 1010000 | 100000 | 1100010 | 10010 | 1000011 | 0 | 111110 | 100011100 | 110011 | 11001 |
Color Harmonies of #502062
Complementary color
Monochromatic Colors of #502062
Black with #502062
Text Example
Text Example
White with #502062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502062; }
p { color: rgb(80,32,98); }
H1.HeaderClassName
{
color: #502062;
}
.AnyTagClassName
{
color: #502062;
}
</style>
background-color css
<style>
a { background-color: #502062; }
a { background-color: rgb(80,32,98); }
div.DivClassName
{
background-color: #502062;
}
.BgClassName
{
background-color: #502062;
}
</style>
border-color css
<style>
span { border-color: #502062; }
span { border-color: rgb(80,32,98); }
td.TdClassName
{
border-color: #502062;
}
.TagClassName
{
border-color: #502062;
}
</style>