#79417C

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

Shades of Eminence #79417C

Tints of Eminence #79417C

Color information

#79417C (or 0x79417C) is unknown color: approx Eminence. HEX triplet: 79, 41 and 7C. RGB value is (121,65,124). Sum of RGB (Red+Green+Blue) = 121+65+124=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #79417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79417C is #86BE83. Grayscale: #585858. Windows color (decimal): -8830596 or 8143225. OLE color: 8143225.

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

Color convert

RGB12165124-
CMYK0.020.4800.51
HSL296.95º31.22%37.06%-
HSV(B)296.95º47.58%48.63%-
XYZ13.419.320.16-
YUV88.47148.05151.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.03%
GREEN value IS 65 (25.78% from 255) = 20.97%
BLUE value IS 124 (48.83% from 255) = 40%
R=39.03%
G=20.97%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121651240.020.4800.51296.9531.2237.06
Hex79417C2300331291f25
Octal1711011742600634513745
Binary11110011000001111110010110000011001110010100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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