#79447D

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

Shades of Eminence #79447D

Tints of Eminence #79447D

Color information

#79447D (or 0x79447D) is unknown color: approx Eminence. HEX triplet: 79, 44 and 7D. RGB value is (121,68,125). Sum of RGB (Red+Green+Blue) = 121+68+125=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 125 - color contains mainly: blue. Hex color #79447D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79447D is #86BB82. Grayscale: #5A5A5A. Windows color (decimal): -8829827 or 8209529. OLE color: 8209529.

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

Color convert

RGB12168125-
CMYK0.030.4600.51
HSL295.79º29.53%37.84%-
HSV(B)295.79º45.6%49.02%-
XYZ13.659.6820.55-
YUV90.34147.56149.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.54%
GREEN value IS 68 (26.95% from 255) = 21.66%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=38.54%
G=21.66%
B=39.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121681250.030.4600.51295.7929.5337.84
Hex79447D32E0331281e26
Octal1711041753560634503646
Binary11110011000100111110111101110011001110010100011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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