Shades of Scarlet Gum #502069
Tints of Scarlet Gum #502069
RGB
CMYK
RGB Variations
Color information
#502069 (or 0x502069) is known color: Scarlet Gum. HEX triplet: 50, 20 and 69. RGB value is (80,32,105). Sum of RGB (Red+Green+Blue) = 80+32+105=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #502069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502069 is #AFDF96. Grayscale: #363636. Windows color (decimal): -11526039 or 6889552. OLE color: 6889552.
HSL color Cylindrical-coordinate representation of color #502069: hue angle of 279.45º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #502069 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 32 | 105 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.59 |
| HSL | 279.45º | 0.53% | 0.27% | - |
| HSV(B) | 279.45º | 0.7% | 0.41% | - |
| XYZ | 6.37 | 3.76 | 13.75 | - |
| YUV | 54.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 105 | 0.24 | 0.70 | 0 | 0.59 | 279.45 | 0.53 | 0.27 |
| Hex | 50 | 20 | 69 | 18 | 46 | 0 | 3B | 117 | 35 | 1B |
| Octal | 120 | 40 | 151 | 30 | 106 | 0 | 73 | 427 | 65 | 33 |
| Binary | 1010000 | 100000 | 1101001 | 11000 | 1000110 | 0 | 111011 | 100010111 | 110101 | 11011 |
Color Harmonies of #502069
Complementary color
Monochromatic Colors of #502069
Black with #502069
Text Example
Text Example
White with #502069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502069; }
p { color: rgb(80,32,105); }
H1.HeaderClassName
{
color: #502069;
}
.AnyTagClassName
{
color: #502069;
}
</style>
background-color css
<style>
a { background-color: #502069; }
a { background-color: rgb(80,32,105); }
div.DivClassName
{
background-color: #502069;
}
.BgClassName
{
background-color: #502069;
}
</style>
border-color css
<style>
span { border-color: #502069; }
span { border-color: rgb(80,32,105); }
td.TdClassName
{
border-color: #502069;
}
.TagClassName
{
border-color: #502069;
}
</style>