#76347C

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

Shades of Eminence #76347C

Tints of Eminence #76347C

Color information

#76347C (or 0x76347C) is unknown color: approx Eminence. HEX triplet: 76, 34 and 7C. RGB value is (118,52,124). Sum of RGB (Red+Green+Blue) = 118+52+124=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #76347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76347C is #89CB83. Grayscale: #4F4F4F. Windows color (decimal): -9030532 or 8139894. OLE color: 8139894.

HSL color Cylindrical-coordinate representation of color #76347C: hue angle of 295º 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 #76347C is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11852124-
CMYK0.050.5800.51
HSL295º40.91%34.51%-
HSV(B)295º58.06%48.63%-
XYZ12.347.7619.92-
YUV79.94152.87155.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 52 (20.70% from 255) = 17.69%
BLUE value IS 124 (48.83% from 255) = 42.18%
R=40.14%
G=17.69%
B=42.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118521240.050.5800.5129540.9134.51
Hex76347C53A0331272923
Octal166641745720634475143
Binary111011011010011111001011110100110011100100111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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