#79416E

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

Shades of Eminence #79416E

Tints of Eminence #79416E

Color information

#79416E (or 0x79416E) is unknown color: approx Eminence. HEX triplet: 79, 41 and 6E. RGB value is (121,65,110). Sum of RGB (Red+Green+Blue) = 121+65+110=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 121 - color contains mainly: red. Hex color #79416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79416E is #86BE91. Grayscale: #565656. Windows color (decimal): -8830610 or 7225721. OLE color: 7225721.

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

Color convert

RGB12165110-
CMYK00.460.090.53
HSL311.79º30.11%36.47%-
HSV(B)311.79º46.28%47.45%-
XYZ12.598.9715.82-
YUV86.87141.05152.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.88%
GREEN value IS 65 (25.78% from 255) = 21.96%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=40.88%
G=21.96%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216511000.460.090.53311.7930.1136.47
Hex79416E02E9351381e24
Octal17110115605611654703644
Binary1111001100000111011100101110100111010110011100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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