#77347C

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

Shades of Eminence #77347C

Tints of Eminence #77347C

Color information

#77347C (or 0x77347C) is unknown color: approx Eminence. HEX triplet: 77, 34 and 7C. RGB value is (119,52,124). Sum of RGB (Red+Green+Blue) = 119+52+124=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #77347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77347C is #88CB83. Grayscale: #505050. Windows color (decimal): -8964996 or 8139895. OLE color: 8139895.

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

Color convert

RGB11952124-
CMYK0.040.5800.51
HSL295.83º40.91%34.51%-
HSV(B)295.83º58.06%48.63%-
XYZ12.477.8319.92-
YUV80.24152.7155.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=40.34%
G=17.63%
B=42.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119521240.040.5800.51295.8340.9134.51
Hex77347C43A0331282923
Octal167641744720634505143
Binary111011111010011111001001110100110011100101000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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