#7E437A

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

Shades of Eminence #7E437A

Tints of Eminence #7E437A

Color information

#7E437A (or 0x7E437A) is unknown color: approx Eminence. HEX triplet: 7E, 43 and 7A. RGB value is (126,67,122). Sum of RGB (Red+Green+Blue) = 126+67+122=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 126 - color contains mainly: red. Hex color #7E437A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E437A is #81BC85. Grayscale: #5A5A5A. Windows color (decimal): -8502406 or 8012670. OLE color: 8012670.

HSL color Cylindrical-coordinate representation of color #7E437A: hue angle of 304.07º 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 #7E437A is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB12667122-
CMYK00.470.030.51
HSL304.07º30.57%37.84%-
HSV(B)304.07º46.83%49.41%-
XYZ14.129.8619.57-
YUV90.91145.55153.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40%
GREEN value IS 67 (26.56% from 255) = 21.27%
BLUE value IS 122 (48.05% from 255) = 38.73%
R=40%
G=21.27%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1266712200.470.030.51304.0730.5737.84
Hex7E437A02F3331301f26
Octal1761031720573634603746
Binary11111101000011111101001011111111001110011000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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