#79337F

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

Shades of Eminence #79337F

Tints of Eminence #79337F

Color information

#79337F (or 0x79337F) is unknown color: approx Eminence. HEX triplet: 79, 33 and 7F. RGB value is (121,51,127). Sum of RGB (Red+Green+Blue) = 121+51+127=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #79337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79337F is #86CC80. Grayscale: #505050. Windows color (decimal): -8834177 or 8336249. OLE color: 8336249.

HSL color Cylindrical-coordinate representation of color #79337F: hue angle of 295.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #79337F is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12151127-
CMYK0.050.6000.50
HSL295.26º42.7%34.9%-
HSV(B)295.26º59.84%49.8%-
XYZ12.97.9620.94-
YUV80.59154.19156.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.47%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 127 (50% from 255) = 42.47%
R=40.47%
G=17.06%
B=42.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121511270.050.6000.50295.2642.734.9
Hex79337F53C0321272b23
Octal171631775740624475343
Binary111100111001111111111011111000110010100100111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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