#7E347A

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

Shades of Eminence #7E347A

Tints of Eminence #7E347A

Color information

#7E347A (or 0x7E347A) is unknown color: approx Eminence. HEX triplet: 7E, 34 and 7A. RGB value is (126,52,122). Sum of RGB (Red+Green+Blue) = 126+52+122=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E347A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E347A is #81CB85. Grayscale: #515151. Windows color (decimal): -8506246 or 8008830. OLE color: 8008830.

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

Color convert

RGB12652122-
CMYK00.590.030.51
HSL303.24º41.57%34.9%-
HSV(B)303.24º58.73%49.41%-
XYZ13.358.319.31-
YUV82.11150.52159.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42%
GREEN value IS 52 (20.70% from 255) = 17.33%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=42%
G=17.33%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1265212200.590.030.51303.2441.5734.9
Hex7E347A03B33312f2a23
Octal176641720733634575243
Binary11111101101001111010011101111110011100101111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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