#7C3D73

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

Shades of Eminence #7C3D73

Tints of Eminence #7C3D73

Color information

#7C3D73 (or 0x7C3D73) is unknown color: approx Eminence. HEX triplet: 7C, 3D and 73. RGB value is (124,61,115). Sum of RGB (Red+Green+Blue) = 124+61+115=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3D73 is #83C28C. Grayscale: #555555. Windows color (decimal): -8635021 or 7552380. OLE color: 7552380.

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

Color convert

RGB12461115-
CMYK00.510.070.51
HSL308.57º34.05%36.27%-
HSV(B)308.57º50.81%48.63%-
XYZ13.088.8617.24-
YUV85.99144.37155.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 61 (24.22% from 255) = 20.33%
BLUE value IS 115 (45.31% from 255) = 38.33%
R=41.33%
G=20.33%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246111500.510.070.51308.5734.0536.27
Hex7C3D730337331352224
Octal174751630637634654244
Binary111110011110111100110110011111110011100110101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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