#7E4471

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

Shades of Eminence #7E4471

Tints of Eminence #7E4471

Color information

#7E4471 (or 0x7E4471) is unknown color: approx Eminence. HEX triplet: 7E, 44 and 71. RGB value is (126,68,113). Sum of RGB (Red+Green+Blue) = 126+68+113=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4471 is #81BB8E. Grayscale: #5A5A5A. Windows color (decimal): -8502159 or 7423102. OLE color: 7423102.

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

Color convert

RGB12668113-
CMYK00.460.100.51
HSL313.45º29.9%38.04%-
HSV(B)313.45º46.03%49.41%-
XYZ13.659.7616.79-
YUV90.47140.72153.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.04%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=41.04%
G=22.15%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1266811300.460.100.51313.4529.938.04
Hex7E447102EA331391e26
Octal17610416105612634713646
Binary1111110100010011100010101110101011001110011100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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