#77297C

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

Shades of Eminence #77297C

Tints of Eminence #77297C

Color information

#77297C (or 0x77297C) is unknown color: approx Eminence. HEX triplet: 77, 29 and 7C. RGB value is (119,41,124). Sum of RGB (Red+Green+Blue) = 119+41+124=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #77297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77297C is #88D683. Grayscale: #494949. Windows color (decimal): -8967812 or 8137079. OLE color: 8137079.

HSL color Cylindrical-coordinate representation of color #77297C: hue angle of 296.39º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77297C is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11941124-
CMYK0.040.6700.51
HSL296.39º50.3%32.35%-
HSV(B)296.39º66.94%48.63%-
XYZ12.046.9619.78-
YUV73.78156.34160.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=41.90%
G=14.44%
B=43.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119411240.040.6700.51296.3950.332.35
Hex77297C4430331283220
Octal1675117441030634506240
Binary1110111101001111110010010000110110011100101000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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