#79457C

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

Shades of Eminence #79457C

Tints of Eminence #79457C

Color information

#79457C (or 0x79457C) is unknown color: approx Eminence. HEX triplet: 79, 45 and 7C. RGB value is (121,69,124). Sum of RGB (Red+Green+Blue) = 121+69+124=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #79457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79457C is #86BA83. Grayscale: #5A5A5A. Windows color (decimal): -8829572 or 8144249. OLE color: 8144249.

HSL color Cylindrical-coordinate representation of color #79457C: hue angle of 296.73º 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 #79457C is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12169124-
CMYK0.020.4400.51
HSL296.73º28.5%37.84%-
HSV(B)296.73º44.35%48.63%-
XYZ13.659.7820.24-
YUV90.82146.73149.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.54%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=38.54%
G=21.97%
B=39.49%

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
Decimal121691240.020.4400.51296.7328.537.84
Hex79457C22C0331291c26
Octal1711051742540634513446
Binary11110011000101111110010101100011001110010100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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