#7C3E6D

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

Shades of Eminence #7C3E6D

Tints of Eminence #7C3E6D

Color information

#7C3E6D (or 0x7C3E6D) is unknown color: approx Eminence. HEX triplet: 7C, 3E and 6D. RGB value is (124,62,109). Sum of RGB (Red+Green+Blue) = 124+62+109=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3E6D is #83C192. Grayscale: #555555. Windows color (decimal): -8634771 or 7159420. OLE color: 7159420.

HSL color Cylindrical-coordinate representation of color #7C3E6D: hue angle of 314.52º 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 #7C3E6D is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB12462109-
CMYK00.50.120.51
HSL314.52º33.33%36.47%-
HSV(B)314.52º50%48.63%-
XYZ12.88.8315.5-
YUV85.9141.04155.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.03%
GREEN value IS 62 (24.61% from 255) = 21.02%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=42.03%
G=21.02%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246210900.50.120.51314.5233.3336.47
Hex7C3E6D032C3313b2124
Octal1747615506214634734144
Binary1111100111110110110101100101100110011100111011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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