#77327C

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

Shades of Eminence #77327C

Tints of Eminence #77327C

Color information

#77327C (or 0x77327C) is unknown color: approx Eminence. HEX triplet: 77, 32 and 7C. RGB value is (119,50,124). Sum of RGB (Red+Green+Blue) = 119+50+124=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #77327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77327C is #88CD83. Grayscale: #4E4E4E. Windows color (decimal): -8965508 or 8139383. OLE color: 8139383.

HSL color Cylindrical-coordinate representation of color #77327C: hue angle of 295.95º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77327C is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11950124-
CMYK0.040.6000.51
HSL295.95º42.53%34.12%-
HSV(B)295.95º59.68%48.63%-
XYZ12.397.6619.89-
YUV79.07153.36156.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.61%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=40.61%
G=17.06%
B=42.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119501240.040.6000.51295.9542.5334.12
Hex77327C43C0331282b22
Octal167621744740634505342
Binary111011111001011111001001111000110011100101000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77327C; }

 p { color: rgb(119,50,124); }

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

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

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

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

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

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

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