#7E3976

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

Shades of Eminence #7E3976

Tints of Eminence #7E3976

Color information

#7E3976 (or 0x7E3976) is unknown color: approx Eminence. HEX triplet: 7E, 39 and 76. RGB value is (126,57,118). Sum of RGB (Red+Green+Blue) = 126+57+118=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3976 is #81C689. Grayscale: #545454. Windows color (decimal): -8504970 or 7747966. OLE color: 7747966.

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

Color convert

RGB12657118-
CMYK00.550.060.51
HSL306.96º37.7%35.88%-
HSV(B)306.96º54.76%49.41%-
XYZ13.348.6718.11-
YUV84.58146.86157.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.86%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=41.86%
G=18.94%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1265711800.550.060.51306.9637.735.88
Hex7E39760376331332624
Octal176711660676634634644
Binary111111011100111101100110111110110011100110011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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