Shades of Scarlet Gum #502568
Tints of Scarlet Gum #502568
RGB
CMYK
RGB Variations
Color information
#502568 (or 0x502568) is known color: Scarlet Gum. HEX triplet: 50, 25 and 68. RGB value is (80,37,104). Sum of RGB (Red+Green+Blue) = 80+37+104=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #502568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502568 is #AFDA97. Grayscale: #393939. Windows color (decimal): -11524760 or 6825296. OLE color: 6825296.
HSL color Cylindrical-coordinate representation of color #502568: hue angle of 278.51º 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 #502568 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 37 | 104 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.59 |
| HSL | 278.51º | 0.48% | 0.28% | - |
| HSV(B) | 278.51º | 0.64% | 0.41% | - |
| XYZ | 6.47 | 4.03 | 13.53 | - |
| YUV | 57.5 | 154.25 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 37 | 104 | 0.23 | 0.64 | 0 | 0.59 | 278.51 | 0.48 | 0.28 |
| Hex | 50 | 25 | 68 | 17 | 40 | 0 | 3B | 117 | 30 | 1C |
| Octal | 120 | 45 | 150 | 27 | 100 | 0 | 73 | 427 | 60 | 34 |
| Binary | 1010000 | 100101 | 1101000 | 10111 | 1000000 | 0 | 111011 | 100010111 | 110000 | 11100 |
Color Harmonies of #502568
Complementary color
Monochromatic Colors of #502568
Black with #502568
Text Example
Text Example
White with #502568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502568; }
p { color: rgb(80,37,104); }
H1.HeaderClassName
{
color: #502568;
}
.AnyTagClassName
{
color: #502568;
}
</style>
background-color css
<style>
a { background-color: #502568; }
a { background-color: rgb(80,37,104); }
div.DivClassName
{
background-color: #502568;
}
.BgClassName
{
background-color: #502568;
}
</style>
border-color css
<style>
span { border-color: #502568; }
span { border-color: rgb(80,37,104); }
td.TdClassName
{
border-color: #502568;
}
.TagClassName
{
border-color: #502568;
}
</style>