#7E337A

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

Shades of Eminence #7E337A

Tints of Eminence #7E337A

Color information

#7E337A (or 0x7E337A) is unknown color: approx Eminence. HEX triplet: 7E, 33 and 7A. RGB value is (126,51,122). Sum of RGB (Red+Green+Blue) = 126+51+122=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E337A is #81CC85. Grayscale: #515151. Windows color (decimal): -8506502 or 8008574. OLE color: 8008574.

HSL color Cylindrical-coordinate representation of color #7E337A: hue angle of 303.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E337A is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB12651122-
CMYK00.600.030.51
HSL303.2º42.37%34.71%-
HSV(B)303.2º59.52%49.41%-
XYZ13.38.2119.3-
YUV81.52150.85159.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.14%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=42.14%
G=17.06%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1265112200.600.030.51303.242.3734.71
Hex7E337A03C33312f2a23
Octal176631720743634575243
Binary11111101100111111010011110011110011100101111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,51,122); }

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

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

 a { background-color: rgb(126,51,122); }

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

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

 span { border-color: rgb(126,51,122); }

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