Shades of Scarlet Gum #502067
Tints of Scarlet Gum #502067
RGB
CMYK
RGB Variations
Color information
#502067 (or 0x502067) is known color: Scarlet Gum. HEX triplet: 50, 20 and 67. RGB value is (80,32,103). Sum of RGB (Red+Green+Blue) = 80+32+103=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #502067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502067 is #AFDF98. Grayscale: #363636. Windows color (decimal): -11526041 or 6758480. OLE color: 6758480.
HSL color Cylindrical-coordinate representation of color #502067: hue angle of 280.56º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502067 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 32 | 103 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.60 |
| HSL | 280.56º | 0.53% | 0.26% | - |
| HSV(B) | 280.56º | 0.69% | 0.4% | - |
| XYZ | 6.27 | 3.72 | 13.22 | - |
| YUV | 54.45 | 155.4 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 103 | 0.22 | 0.69 | 0 | 0.60 | 280.56 | 0.53 | 0.26 |
| Hex | 50 | 20 | 67 | 16 | 45 | 0 | 3C | 119 | 35 | 1A |
| Octal | 120 | 40 | 147 | 26 | 105 | 0 | 74 | 431 | 65 | 32 |
| Binary | 1010000 | 100000 | 1100111 | 10110 | 1000101 | 0 | 111100 | 100011001 | 110101 | 11010 |
Color Harmonies of #502067
Complementary color
Monochromatic Colors of #502067
Black with #502067
Text Example
Text Example
White with #502067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502067; }
p { color: rgb(80,32,103); }
H1.HeaderClassName
{
color: #502067;
}
.AnyTagClassName
{
color: #502067;
}
</style>
background-color css
<style>
a { background-color: #502067; }
a { background-color: rgb(80,32,103); }
div.DivClassName
{
background-color: #502067;
}
.BgClassName
{
background-color: #502067;
}
</style>
border-color css
<style>
span { border-color: #502067; }
span { border-color: rgb(80,32,103); }
td.TdClassName
{
border-color: #502067;
}
.TagClassName
{
border-color: #502067;
}
</style>