#7C3E73

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

Shades of Eminence #7C3E73

Tints of Eminence #7C3E73

Color information

#7C3E73 (or 0x7C3E73) is unknown color: approx Eminence. HEX triplet: 7C, 3E and 73. RGB value is (124,62,115). Sum of RGB (Red+Green+Blue) = 124+62+115=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3E73 is #83C18C. Grayscale: #565656. Windows color (decimal): -8634765 or 7552636. OLE color: 7552636.

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

Color convert

RGB12462115-
CMYK00.50.070.51
HSL308.71º33.33%36.47%-
HSV(B)308.71º50%48.63%-
XYZ13.138.9717.26-
YUV86.58144.04154.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.20%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=41.20%
G=20.60%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246211500.50.070.51308.7133.3336.47
Hex7C3E730327331352124
Octal174761630627634654144
Binary111110011111011100110110010111110011100110101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,62,115); }

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

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

 a { background-color: rgb(124,62,115); }

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

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

 span { border-color: rgb(124,62,115); }

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