#79337C

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

Shades of Eminence #79337C

Tints of Eminence #79337C

Color information

#79337C (or 0x79337C) is unknown color: approx Eminence. HEX triplet: 79, 33 and 7C. RGB value is (121,51,124). Sum of RGB (Red+Green+Blue) = 121+51+124=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #79337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79337C is #86CC83. Grayscale: #505050. Windows color (decimal): -8834180 or 8139641. OLE color: 8139641.

HSL color Cylindrical-coordinate representation of color #79337C: hue angle of 297.53º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #79337C is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12151124-
CMYK0.020.5900.51
HSL297.53º41.71%34.31%-
HSV(B)297.53º58.87%48.63%-
XYZ12.717.8919.92-
YUV80.25152.69157.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.88%
GREEN value IS 51 (20.31% from 255) = 17.23%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=40.88%
G=17.23%
B=41.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121511240.020.5900.51297.5341.7134.31
Hex79337C23B03312a2a22
Octal171631742730634525242
Binary11110011100111111100101110110110011100101010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79337C; }

 p { color: rgb(121,51,124); }

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

<style>
 a { background-color: #79337C; }

 a { background-color: rgb(121,51,124); }

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

<style>
 span { border-color: #79337C; }

 span { border-color: rgb(121,51,124); }

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