#773377

Color #773377 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #773377

Tints of Eminence #773377

Color information

#773377 (or 0x773377) is unknown color: approx Eminence. HEX triplet: 77, 33 and 77. RGB value is (119,51,119). Sum of RGB (Red+Green+Blue) = 119+51+119=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #773377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773377 is #88CC88. Grayscale: #4E4E4E. Windows color (decimal): -8965257 or 7811959. OLE color: 7811959.

HSL color Cylindrical-coordinate representation of color #773377: hue angle of 300º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #773377 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11951119-
CMYK00.5700.53
HSL300º40%33.33%-
HSV(B)300º57.14%46.67%-
XYZ12.127.6218.28-
YUV79.08150.53156.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=41.18%
G=17.65%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195111900.5700.533004033.33
Hex77337703903512c2821
Octal167631670710654545041
Binary1110111110011111011101110010110101100101100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773377; }

 p { color: rgb(119,51,119); }

 H1.HeaderClassName
 {
   color: #773377;
 }
 .AnyTagClassName
 {
   color: #773377;
 }
</style>
background-color css

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

 a { background-color: rgb(119,51,119); }

 div.DivClassName
 {
   background-color: #773377;
 }
 .BgClassName
 {
   background-color: #773377;
 }
</style>
border-color css

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

 span { border-color: rgb(119,51,119); }

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