Shades of Gigas #503C7C
Tints of Gigas #503C7C
RGB
CMYK
RGB Variations
Color information
#503C7C (or 0x503C7C) is known color: Gigas. HEX triplet: 50, 3C and 7C. RGB value is (80,60,124). Sum of RGB (Red+Green+Blue) = 80+60+124=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #503C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C7C is #AFC383. Grayscale: #494949. Windows color (decimal): -11518852 or 8141904. OLE color: 8141904.
HSL color Cylindrical-coordinate representation of color #503C7C: hue angle of 258.75º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #503C7C is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 60 | 124 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.51 |
| HSL | 258.75º | 0.35% | 0.36% | - |
| HSV(B) | 258.75º | 0.52% | 0.49% | - |
| XYZ | 8.56 | 6.39 | 19.85 | - |
| YUV | 73.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 124 | 0.35 | 0.52 | 0 | 0.51 | 258.75 | 0.35 | 0.36 |
| Hex | 50 | 3C | 7C | 23 | 34 | 0 | 33 | 103 | 23 | 24 |
| Octal | 120 | 74 | 174 | 43 | 64 | 0 | 63 | 403 | 43 | 44 |
| Binary | 1010000 | 111100 | 1111100 | 100011 | 110100 | 0 | 110011 | 100000011 | 100011 | 100100 |
Color Harmonies of #503C7C
Complementary color
Monochromatic Colors of #503C7C
Black with #503C7C
Text Example
Text Example
White with #503C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C7C; }
p { color: rgb(80,60,124); }
H1.HeaderClassName
{
color: #503C7C;
}
.AnyTagClassName
{
color: #503C7C;
}
</style>
background-color css
<style>
a { background-color: #503C7C; }
a { background-color: rgb(80,60,124); }
div.DivClassName
{
background-color: #503C7C;
}
.BgClassName
{
background-color: #503C7C;
}
</style>
border-color css
<style>
span { border-color: #503C7C; }
span { border-color: rgb(80,60,124); }
td.TdClassName
{
border-color: #503C7C;
}
.TagClassName
{
border-color: #503C7C;
}
</style>