#7E3E79

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

Shades of Eminence #7E3E79

Tints of Eminence #7E3E79

Color information

#7E3E79 (or 0x7E3E79) is unknown color: approx Eminence. HEX triplet: 7E, 3E and 79. RGB value is (126,62,121). Sum of RGB (Red+Green+Blue) = 126+62+121=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3E79 is #81C186. Grayscale: #575757. Windows color (decimal): -8503687 or 7945854. OLE color: 7945854.

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

Color convert

RGB12662121-
CMYK00.510.040.51
HSL304.69º34.04%36.86%-
HSV(B)304.69º50.79%49.41%-
XYZ13.789.2619.15-
YUV87.86146.7155.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.78%
GREEN value IS 62 (24.61% from 255) = 20.06%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=40.78%
G=20.06%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1266212100.510.040.51304.6934.0436.86
Hex7E3E790334331312225
Octal176761710634634614245
Binary111111011111011110010110011100110011100110001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,62,121); }

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

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

 a { background-color: rgb(126,62,121); }

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

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

 span { border-color: rgb(126,62,121); }

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