#7E3776

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

Shades of Eminence #7E3776

Tints of Eminence #7E3776

Color information

#7E3776 (or 0x7E3776) is unknown color: approx Eminence. HEX triplet: 7E, 37 and 76. RGB value is (126,55,118). Sum of RGB (Red+Green+Blue) = 126+55+118=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3776 is #81C889. Grayscale: #535353. Windows color (decimal): -8505482 or 7747454. OLE color: 7747454.

HSL color Cylindrical-coordinate representation of color #7E3776: hue angle of 306.76º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E3776 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB12655118-
CMYK00.560.060.51
HSL306.76º39.23%35.49%-
HSV(B)306.76º56.35%49.41%-
XYZ13.248.4818.08-
YUV83.41147.52158.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.14%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=42.14%
G=18.39%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1265511800.560.060.51306.7639.2335.49
Hex7E37760386331332723
Octal176671660706634634743
Binary111111011011111101100111000110110011100110011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E3776; }

 p { color: rgb(126,55,118); }

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

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

 a { background-color: rgb(126,55,118); }

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

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

 span { border-color: rgb(126,55,118); }

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