#7E3C7A

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

Shades of Eminence #7E3C7A

Tints of Eminence #7E3C7A

Color information

#7E3C7A (or 0x7E3C7A) is unknown color: approx Eminence. HEX triplet: 7E, 3C and 7A. RGB value is (126,60,122). Sum of RGB (Red+Green+Blue) = 126+60+122=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3C7A is #81C385. Grayscale: #565656. Windows color (decimal): -8504198 or 8010878. OLE color: 8010878.

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

Color convert

RGB12660122-
CMYK00.520.030.51
HSL303.64º35.48%36.47%-
HSV(B)303.64º52.38%49.41%-
XYZ13.739.0719.44-
YUV86.8147.87155.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.91%
GREEN value IS 60 (23.83% from 255) = 19.48%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=40.91%
G=19.48%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1266012200.520.030.51303.6435.4836.47
Hex7E3C7A0343331302324
Octal176741720643634604344
Binary11111101111001111010011010011110011100110000100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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