#79446E

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

Shades of Eminence #79446E

Tints of Eminence #79446E

Color information

#79446E (or 0x79446E) is unknown color: approx Eminence. HEX triplet: 79, 44 and 6E. RGB value is (121,68,110). Sum of RGB (Red+Green+Blue) = 121+68+110=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 121 - color contains mainly: red. Hex color #79446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79446E is #86BB91. Grayscale: #585858. Windows color (decimal): -8829842 or 7226489. OLE color: 7226489.

HSL color Cylindrical-coordinate representation of color #79446E: hue angle of 312.45º 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 #79446E is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12168110-
CMYK00.440.090.53
HSL312.45º28.04%37.06%-
HSV(B)312.45º43.8%47.45%-
XYZ12.779.3215.88-
YUV88.64140.06151.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.47%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=40.47%
G=22.74%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216811000.440.090.53312.4528.0437.06
Hex79446E02C9351381c25
Octal17110415605411654703445
Binary1111001100010011011100101100100111010110011100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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