#7C327A

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

Shades of Eminence #7C327A

Tints of Eminence #7C327A

Color information

#7C327A (or 0x7C327A) is unknown color: approx Eminence. HEX triplet: 7C, 32 and 7A. RGB value is (124,50,122). Sum of RGB (Red+Green+Blue) = 124+50+122=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C327A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C327A is #83CD85. Grayscale: #505050. Windows color (decimal): -8637830 or 8008316. OLE color: 8008316.

HSL color Cylindrical-coordinate representation of color #7C327A: hue angle of 301.62º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C327A is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB12450122-
CMYK00.600.020.51
HSL301.62º42.53%34.12%-
HSV(B)301.62º59.68%48.63%-
XYZ12.977.9719.27-
YUV80.33151.52159.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.89%
GREEN value IS 50 (19.92% from 255) = 16.89%
BLUE value IS 122 (48.05% from 255) = 41.22%
R=41.89%
G=16.89%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245012200.600.020.51301.6242.5334.12
Hex7C327A03C23312e2b22
Octal174621720742634565342
Binary11111001100101111010011110010110011100101110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,50,122); }

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

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

 a { background-color: rgb(124,50,122); }

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

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

 span { border-color: rgb(124,50,122); }

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