#79337D

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

Shades of Eminence #79337D

Tints of Eminence #79337D

Color information

#79337D (or 0x79337D) is unknown color: approx Eminence. HEX triplet: 79, 33 and 7D. RGB value is (121,51,125). Sum of RGB (Red+Green+Blue) = 121+51+125=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #79337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79337D is #86CC82. Grayscale: #505050. Windows color (decimal): -8834179 or 8205177. OLE color: 8205177.

HSL color Cylindrical-coordinate representation of color #79337D: hue angle of 296.76º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #79337D is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12151125-
CMYK0.030.5900.51
HSL296.76º42.05%34.51%-
HSV(B)296.76º59.2%49.02%-
XYZ12.777.9120.26-
YUV80.37153.19156.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.74%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 125 (49.22% from 255) = 42.09%
R=40.74%
G=17.17%
B=42.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121511250.030.5900.51296.7642.0534.51
Hex79337D33B0331292a23
Octal171631753730634515243
Binary11110011100111111101111110110110011100101001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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