#7E4070

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

Shades of Eminence #7E4070

Tints of Eminence #7E4070

Color information

#7E4070 (or 0x7E4070) is unknown color: approx Eminence. HEX triplet: 7E, 40 and 70. RGB value is (126,64,112). Sum of RGB (Red+Green+Blue) = 126+64+112=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4070 is #81BF8F. Grayscale: #575757. Windows color (decimal): -8503184 or 7356542. OLE color: 7356542.

HSL color Cylindrical-coordinate representation of color #7E4070: hue angle of 313.55º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E4070 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB12664112-
CMYK00.490.110.51
HSL313.55º32.63%37.25%-
HSV(B)313.55º49.21%49.41%-
XYZ13.369.2716.41-
YUV88.01141.54155.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.72%
GREEN value IS 64 (25.39% from 255) = 21.19%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=41.72%
G=21.19%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1266411200.490.110.51313.5532.6337.25
Hex7E4070031B3313a2125
Octal17610016006113634724145
Binary11111101000000111000001100011011110011100111010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,64,112); }

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

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

 a { background-color: rgb(126,64,112); }

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

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

 span { border-color: rgb(126,64,112); }

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