#79467C

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

Shades of Eminence #79467C

Tints of Eminence #79467C

Color information

#79467C (or 0x79467C) is unknown color: approx Eminence. HEX triplet: 79, 46 and 7C. RGB value is (121,70,124). Sum of RGB (Red+Green+Blue) = 121+70+124=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #79467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79467C is #86B983. Grayscale: #5B5B5B. Windows color (decimal): -8829316 or 8144505. OLE color: 8144505.

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

Color convert

RGB12170124-
CMYK0.020.4400.51
HSL296.67º27.84%38.04%-
HSV(B)296.67º43.55%48.63%-
XYZ13.719.920.26-
YUV91.4146.4149.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=38.41%
G=22.22%
B=39.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121701240.020.4400.51296.6727.8438.04
Hex79467C22C0331291c26
Octal1711061742540634513446
Binary11110011000110111110010101100011001110010100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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