Html Css Color HEX #503C7F Gigas

📋 copy color: '#503C7F'

red 80 ◦ green 60 ◦ blue 127

#503C7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gigas #503C7F

Tints of Gigas #503C7F

RGB

 RED value IS 80 (31.64% from 255) = 29.96%

 GREEN value IS 60 (23.83% from 255) = 22.47%

 BLUE value IS 127 (50% from 255) = 47.57%

R = 29.96%
G = 22.47%
B = 47.57%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#503C7F (or 0x503C7F) is known color: Gigas. HEX triplet: 50, 3C and 7F. RGB value is (80,60,127). Sum of RGB (Red+Green+Blue) = 80+60+127=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #503C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C7F is #AFC380. Grayscale: #494949. Windows color (decimal): -11518849 or 8338512. OLE color: 8338512.

HSL color Cylindrical-coordinate representation of color #503C7F: hue angle of 257.91º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #503C7F is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 60 127 -
CMYK 0.37 0.53 0 0.50
HSL 257.91º 0.36% 0.37% -
HSV(B) 257.91º 0.53% 0.5% -
XYZ 8.75 6.47 20.87 -
YUV 73.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 80 60 127 0.37 0.53 0 0.50 257.91 0.36 0.37
Hex 50 3C 7F 25 35 0 32 102 24 25
Octal 120 74 177 45 65 0 62 402 44 45
Binary 1010000 111100 1111111 100101 110101 0 110010 100000010 100100 100101

Color Harmonies of #503C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C7F

Black with #503C7F

Text Example


Text Example

White with #503C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503C7F; }

 p { color: rgb(80,60,127); }

 H1.HeaderClassName
 {
   color: #503C7F;
 }
 .AnyTagClassName
 {
   color: #503C7F;
 }
</style>

background-color css

<style>
 a { background-color: #503C7F; }

 a { background-color: rgb(80,60,127); }

 div.DivClassName
 {
   background-color: #503C7F;
 }
 .BgClassName
 {
   background-color: #503C7F;
 }
</style>

border-color css

<style>
 span { border-color: #503C7F; }

 span { border-color: rgb(80,60,127); }

 td.TdClassName
 {
   border-color: #503C7F;
 }
 .TagClassName
 {
   border-color: #503C7F;
 }
</style>