#7C397E

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

Shades of Eminence #7C397E

Tints of Eminence #7C397E

Color information

#7C397E (or 0x7C397E) is unknown color: approx Eminence. HEX triplet: 7C, 39 and 7E. RGB value is (124,57,126). Sum of RGB (Red+Green+Blue) = 124+57+126=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C397E is #83C681. Grayscale: #545454. Windows color (decimal): -8636034 or 8272252. OLE color: 8272252.

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

Color convert

RGB12457126-
CMYK0.020.5500.51
HSL298.26º37.7%35.88%-
HSV(B)298.26º54.76%49.41%-
XYZ13.548.7220.71-
YUV84.9151.2155.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.39%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 126 (49.61% from 255) = 41.04%
R=40.39%
G=18.57%
B=41.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124571260.020.5500.51298.2637.735.88
Hex7C397E23703312a2624
Octal174711762670634524644
Binary11111001110011111110101101110110011100101010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,57,126); }

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

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

 a { background-color: rgb(124,57,126); }

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

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

 span { border-color: rgb(124,57,126); }

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