Shades of Gigas #503F7F
Tints of Gigas #503F7F
RGB
CMYK
RGB Variations
Color information
#503F7F (or 0x503F7F) is known color: Gigas. HEX triplet: 50, 3F and 7F. RGB value is (80,63,127). Sum of RGB (Red+Green+Blue) = 80+63+127=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #503F7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F7F is #AFC080. Grayscale: #4B4B4B. Windows color (decimal): -11518081 or 8339280. OLE color: 8339280.
HSL color Cylindrical-coordinate representation of color #503F7F: hue angle of 255.94º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #503F7F is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 63 | 127 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.50 |
| HSL | 255.94º | 0.34% | 0.37% | - |
| HSV(B) | 255.94º | 0.5% | 0.5% | - |
| XYZ | 8.92 | 6.79 | 20.92 | - |
| YUV | 75.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 127 | 0.37 | 0.50 | 0 | 0.50 | 255.94 | 0.34 | 0.37 |
| Hex | 50 | 3F | 7F | 25 | 32 | 0 | 32 | 100 | 22 | 25 |
| Octal | 120 | 77 | 177 | 45 | 62 | 0 | 62 | 400 | 42 | 45 |
| Binary | 1010000 | 111111 | 1111111 | 100101 | 110010 | 0 | 110010 | 100000000 | 100010 | 100101 |
Color Harmonies of #503F7F
Complementary color
Monochromatic Colors of #503F7F
Black with #503F7F
Text Example
Text Example
White with #503F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F7F; }
p { color: rgb(80,63,127); }
H1.HeaderClassName
{
color: #503F7F;
}
.AnyTagClassName
{
color: #503F7F;
}
</style>
background-color css
<style>
a { background-color: #503F7F; }
a { background-color: rgb(80,63,127); }
div.DivClassName
{
background-color: #503F7F;
}
.BgClassName
{
background-color: #503F7F;
}
</style>
border-color css
<style>
span { border-color: #503F7F; }
span { border-color: rgb(80,63,127); }
td.TdClassName
{
border-color: #503F7F;
}
.TagClassName
{
border-color: #503F7F;
}
</style>