Shades of Gigas #503E7F
Tints of Gigas #503E7F
RGB
CMYK
RGB Variations
Color information
#503E7F (or 0x503E7F) is known color: Gigas. HEX triplet: 50, 3E and 7F. RGB value is (80,62,127). Sum of RGB (Red+Green+Blue) = 80+62+127=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #503E7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E7F is #AFC180. Grayscale: #4A4A4A. Windows color (decimal): -11518337 or 8339024. OLE color: 8339024.
HSL color Cylindrical-coordinate representation of color #503E7F: hue angle of 256.62º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #503E7F is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 62 | 127 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.50 |
| HSL | 256.62º | 0.34% | 0.37% | - |
| HSV(B) | 256.62º | 0.51% | 0.5% | - |
| XYZ | 8.86 | 6.68 | 20.9 | - |
| YUV | 74.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 127 | 0.37 | 0.51 | 0 | 0.50 | 256.62 | 0.34 | 0.37 |
| Hex | 50 | 3E | 7F | 25 | 33 | 0 | 32 | 101 | 22 | 25 |
| Octal | 120 | 76 | 177 | 45 | 63 | 0 | 62 | 401 | 42 | 45 |
| Binary | 1010000 | 111110 | 1111111 | 100101 | 110011 | 0 | 110010 | 100000001 | 100010 | 100101 |
Color Harmonies of #503E7F
Complementary color
Monochromatic Colors of #503E7F
Black with #503E7F
Text Example
Text Example
White with #503E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E7F; }
p { color: rgb(80,62,127); }
H1.HeaderClassName
{
color: #503E7F;
}
.AnyTagClassName
{
color: #503E7F;
}
</style>
background-color css
<style>
a { background-color: #503E7F; }
a { background-color: rgb(80,62,127); }
div.DivClassName
{
background-color: #503E7F;
}
.BgClassName
{
background-color: #503E7F;
}
</style>
border-color css
<style>
span { border-color: #503E7F; }
span { border-color: rgb(80,62,127); }
td.TdClassName
{
border-color: #503E7F;
}
.TagClassName
{
border-color: #503E7F;
}
</style>