#79347D

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

Shades of Eminence #79347D

Tints of Eminence #79347D

Color information

#79347D (or 0x79347D) is unknown color: approx Eminence. HEX triplet: 79, 34 and 7D. RGB value is (121,52,125). Sum of RGB (Red+Green+Blue) = 121+52+125=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #79347D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79347D is #86CB82. Grayscale: #505050. Windows color (decimal): -8833923 or 8205433. OLE color: 8205433.

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

Color convert

RGB12152125-
CMYK0.030.5800.51
HSL296.71º41.24%34.71%-
HSV(B)296.71º58.4%49.02%-
XYZ12.81820.27-
YUV80.95152.86156.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.60%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 125 (49.22% from 255) = 41.95%
R=40.60%
G=17.45%
B=41.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121521250.030.5800.51296.7141.2434.71
Hex79347D33A0331292923
Octal171641753720634515143
Binary11110011101001111101111110100110011100101001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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