#7C347A

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

Shades of Eminence #7C347A

Tints of Eminence #7C347A

Color information

#7C347A (or 0x7C347A) is unknown color: approx Eminence. HEX triplet: 7C, 34 and 7A. RGB value is (124,52,122). Sum of RGB (Red+Green+Blue) = 124+52+122=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C347A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C347A is #83CB85. Grayscale: #515151. Windows color (decimal): -8637318 or 8008828. OLE color: 8008828.

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

Color convert

RGB12452122-
CMYK00.580.020.51
HSL301.67º40.91%34.51%-
HSV(B)301.67º58.06%48.63%-
XYZ13.058.1519.3-
YUV81.51150.85158.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.61%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=41.61%
G=17.45%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245212200.580.020.51301.6740.9134.51
Hex7C347A03A23312e2923
Octal174641720722634565143
Binary11111001101001111010011101010110011100101110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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