#7C387E

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

Shades of Eminence #7C387E

Tints of Eminence #7C387E

Color information

#7C387E (or 0x7C387E) is unknown color: approx Eminence. HEX triplet: 7C, 38 and 7E. RGB value is (124,56,126). Sum of RGB (Red+Green+Blue) = 124+56+126=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C387E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C387E is #83C781. Grayscale: #545454. Windows color (decimal): -8636290 or 8271996. OLE color: 8271996.

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

Color convert

RGB12456126-
CMYK0.020.5600.51
HSL298.29º38.46%35.69%-
HSV(B)298.29º55.56%49.41%-
XYZ13.498.6220.69-
YUV84.31151.53156.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.52%
GREEN value IS 56 (22.27% from 255) = 18.30%
BLUE value IS 126 (49.61% from 255) = 41.18%
R=40.52%
G=18.30%
B=41.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124561260.020.5600.51298.2938.4635.69
Hex7C387E23803312a2624
Octal174701762700634524644
Binary11111001110001111110101110000110011100101010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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