#7C397B

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

Shades of Eminence #7C397B

Tints of Eminence #7C397B

Color information

#7C397B (or 0x7C397B) is unknown color: approx Eminence. HEX triplet: 7C, 39 and 7B. RGB value is (124,57,123). Sum of RGB (Red+Green+Blue) = 124+57+123=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 124 - color contains mainly: red. Hex color #7C397B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C397B is #83C684. Grayscale: #545454. Windows color (decimal): -8636037 or 8075644. OLE color: 8075644.

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

Color convert

RGB12457123-
CMYK00.540.010.51
HSL300.9º37.02%35.49%-
HSV(B)300.9º54.03%48.63%-
XYZ13.358.6419.7-
YUV84.56149.7156.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.79%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=40.79%
G=18.75%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245712300.540.010.51300.937.0235.49
Hex7C397B03613312d2523
Octal174711730661634554543
Binary1111100111001111101101101101110011100101101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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