#79297F

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

Shades of Eminence #79297F

Tints of Eminence #79297F

Color information

#79297F (or 0x79297F) is unknown color: approx Eminence. HEX triplet: 79, 29 and 7F. RGB value is (121,41,127). Sum of RGB (Red+Green+Blue) = 121+41+127=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #79297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79297F is #86D680. Grayscale: #4A4A4A. Windows color (decimal): -8836737 or 8333689. OLE color: 8333689.

HSL color Cylindrical-coordinate representation of color #79297F: hue angle of 295.81º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #79297F is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12141127-
CMYK0.050.6800.50
HSL295.81º51.19%32.94%-
HSV(B)295.81º67.72%49.8%-
XYZ12.517.1820.81-
YUV74.72157.5161.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.87%
GREEN value IS 41 (16.41% from 255) = 14.19%
BLUE value IS 127 (50% from 255) = 43.94%
R=41.87%
G=14.19%
B=43.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121411270.050.6800.50295.8151.1932.94
Hex79297F5440321283321
Octal1715117751040624506341
Binary1111001101001111111110110001000110010100101000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79297F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79297F; }

 p { color: rgb(121,41,127); }

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

<style>
 a { background-color: #79297F; }

 a { background-color: rgb(121,41,127); }

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

<style>
 span { border-color: #79297F; }

 span { border-color: rgb(121,41,127); }

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