#7E4371

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

Shades of Eminence #7E4371

Tints of Eminence #7E4371

Color information

#7E4371 (or 0x7E4371) is unknown color: approx Eminence. HEX triplet: 7E, 43 and 71. RGB value is (126,67,113). Sum of RGB (Red+Green+Blue) = 126+67+113=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4371 is #81BC8E. Grayscale: #595959. Windows color (decimal): -8502415 or 7422846. OLE color: 7422846.

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

Color convert

RGB12667113-
CMYK00.470.100.51
HSL313.22º30.57%37.84%-
HSV(B)313.22º46.83%49.41%-
XYZ13.599.6416.77-
YUV89.88141.05153.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.18%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=41.18%
G=21.90%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1266711300.470.100.51313.2230.5737.84
Hex7E437102FA331391f26
Octal17610316105712634713746
Binary1111110100001111100010101111101011001110011100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,67,113); }

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

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

 a { background-color: rgb(126,67,113); }

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

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

 span { border-color: rgb(126,67,113); }

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