#7C4473

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

Shades of Eminence #7C4473

Tints of Eminence #7C4473

Color information

#7C4473 (or 0x7C4473) is unknown color: approx Eminence. HEX triplet: 7C, 44 and 73. RGB value is (124,68,115). Sum of RGB (Red+Green+Blue) = 124+68+115=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4473 is #83BB8C. Grayscale: #595959. Windows color (decimal): -8633229 or 7554172. OLE color: 7554172.

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

Color convert

RGB12468115-
CMYK00.450.070.51
HSL309.64º29.17%37.65%-
HSV(B)309.64º45.16%48.63%-
XYZ13.479.6617.37-
YUV90.1142.05152.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.39%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=40.39%
G=22.15%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246811500.450.070.51309.6429.1737.65
Hex7C447302D7331361d26
Octal1741041630557634663546
Binary111110010001001110011010110111111001110011011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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