#79406E

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

Shades of Eminence #79406E

Tints of Eminence #79406E

Color information

#79406E (or 0x79406E) is unknown color: approx Eminence. HEX triplet: 79, 40 and 6E. RGB value is (121,64,110). Sum of RGB (Red+Green+Blue) = 121+64+110=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #79406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79406E is #86BF91. Grayscale: #565656. Windows color (decimal): -8830866 or 7225465. OLE color: 7225465.

HSL color Cylindrical-coordinate representation of color #79406E: hue angle of 311.58º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79406E is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12164110-
CMYK00.470.090.53
HSL311.58º30.81%36.27%-
HSV(B)311.58º47.11%47.45%-
XYZ12.538.8615.8-
YUV86.29141.38152.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.02%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=41.02%
G=21.69%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216411000.470.090.53311.5830.8136.27
Hex79406E02F9351381f24
Octal17110015605711654703744
Binary1111001100000011011100101111100111010110011100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79406E; }

 p { color: rgb(121,64,110); }

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

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

 a { background-color: rgb(121,64,110); }

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

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

 span { border-color: rgb(121,64,110); }

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