#794473

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

Shades of Eminence #794473

Tints of Eminence #794473

Color information

#794473 (or 0x794473) is unknown color: approx Eminence. HEX triplet: 79, 44 and 73. RGB value is (121,68,115). Sum of RGB (Red+Green+Blue) = 121+68+115=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #794473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794473 is #86BB8C. Grayscale: #595959. Windows color (decimal): -8829837 or 7554169. OLE color: 7554169.

HSL color Cylindrical-coordinate representation of color #794473: hue angle of 306.79º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #794473 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12168115-
CMYK00.440.050.53
HSL306.79º28.04%37.06%-
HSV(B)306.79º43.8%47.45%-
XYZ13.059.4417.35-
YUV89.2142.56150.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=39.80%
G=22.37%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216811500.440.050.53306.7928.0437.06
Hex79447302C5351331c25
Octal1711041630545654633445
Binary111100110001001110011010110010111010110011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794473; }

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

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

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

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

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

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

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

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