#7E357A

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

Shades of Eminence #7E357A

Tints of Eminence #7E357A

Color information

#7E357A (or 0x7E357A) is unknown color: approx Eminence. HEX triplet: 7E, 35 and 7A. RGB value is (126,53,122). Sum of RGB (Red+Green+Blue) = 126+53+122=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 126 - color contains mainly: red. Hex color #7E357A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E357A is #81CA85. Grayscale: #525252. Windows color (decimal): -8505990 or 8009086. OLE color: 8009086.

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

Color convert

RGB12653122-
CMYK00.580.030.51
HSL303.29º40.78%35.1%-
HSV(B)303.29º57.94%49.41%-
XYZ13.398.3919.33-
YUV82.69150.18158.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.86%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=41.86%
G=17.61%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1265312200.580.030.51303.2940.7835.1
Hex7E357A03A33312f2923
Octal176651720723634575143
Binary11111101101011111010011101011110011100101111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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