#79387D

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

Shades of Eminence #79387D

Tints of Eminence #79387D

Color information

#79387D (or 0x79387D) is unknown color: approx Eminence. HEX triplet: 79, 38 and 7D. RGB value is (121,56,125). Sum of RGB (Red+Green+Blue) = 121+56+125=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #79387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79387D is #86C782. Grayscale: #535353. Windows color (decimal): -8832899 or 8206457. OLE color: 8206457.

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

Color convert

RGB12156125-
CMYK0.030.5500.51
HSL296.52º38.12%35.49%-
HSV(B)296.52º55.2%49.02%-
XYZ138.3720.33-
YUV83.3151.53154.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.07%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 125 (49.22% from 255) = 41.39%
R=40.07%
G=18.54%
B=41.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121561250.030.5500.51296.5238.1235.49
Hex79387D3370331292623
Octal171701753670634514643
Binary11110011110001111101111101110110011100101001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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