#79426E

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

Shades of Eminence #79426E

Tints of Eminence #79426E

Color information

#79426E (or 0x79426E) is unknown color: approx Eminence. HEX triplet: 79, 42 and 6E. RGB value is (121,66,110). Sum of RGB (Red+Green+Blue) = 121+66+110=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #79426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79426E is #86BD91. Grayscale: #575757. Windows color (decimal): -8830354 or 7225977. OLE color: 7225977.

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

Color convert

RGB12166110-
CMYK00.450.090.53
HSL312º29.41%36.67%-
HSV(B)312º45.45%47.45%-
XYZ12.659.0915.84-
YUV87.46140.72151.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.74%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=40.74%
G=22.22%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216611000.450.090.5331229.4136.67
Hex79426E02D9351381d25
Octal17110215605511654703545
Binary1111001100001011011100101101100111010110011100011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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