#79366E

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

Shades of Eminence #79366E

Tints of Eminence #79366E

Color information

#79366E (or 0x79366E) is unknown color: approx Eminence. HEX triplet: 79, 36 and 6E. RGB value is (121,54,110). Sum of RGB (Red+Green+Blue) = 121+54+110=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #79366E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79366E is #86C991. Grayscale: #505050. Windows color (decimal): -8833426 or 7222905. OLE color: 7222905.

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

Color convert

RGB12154110-
CMYK00.550.090.53
HSL309.85º38.29%34.31%-
HSV(B)309.85º55.37%47.45%-
XYZ12.027.8315.63-
YUV80.42144.7156.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.46%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=42.46%
G=18.95%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215411000.550.090.53309.8538.2934.31
Hex79366E0379351362622
Octal1716615606711654664642
Binary1111001110110110111001101111001110101100110110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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