#79487C

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

Shades of Eminence #79487C

Tints of Eminence #79487C

Color information

#79487C (or 0x79487C) is unknown color: approx Eminence. HEX triplet: 79, 48 and 7C. RGB value is (121,72,124). Sum of RGB (Red+Green+Blue) = 121+72+124=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #79487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79487C is #86B783. Grayscale: #5C5C5C. Windows color (decimal): -8828804 or 8145017. OLE color: 8145017.

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

Color convert

RGB12172124-
CMYK0.020.4200.51
HSL296.54º26.53%38.43%-
HSV(B)296.54º41.94%48.63%-
XYZ13.8410.1520.3-
YUV92.58145.73148.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.17%
GREEN value IS 72 (28.52% from 255) = 22.71%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=38.17%
G=22.71%
B=39.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121721240.020.4200.51296.5426.5338.43
Hex79487C22A0331291b26
Octal1711101742520634513346
Binary11110011001000111110010101010011001110010100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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