#79427D

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

Shades of Eminence #79427D

Tints of Eminence #79427D

Color information

#79427D (or 0x79427D) is unknown color: approx Eminence. HEX triplet: 79, 42 and 7D. RGB value is (121,66,125). Sum of RGB (Red+Green+Blue) = 121+66+125=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #79427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79427D is #86BD82. Grayscale: #585858. Windows color (decimal): -8830339 or 8209017. OLE color: 8209017.

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

Color convert

RGB12166125-
CMYK0.030.4700.51
HSL295.93º30.89%37.45%-
HSV(B)295.93º47.2%49.02%-
XYZ13.549.4420.51-
YUV89.17148.22150.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.78%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=38.78%
G=21.15%
B=40.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121661250.030.4700.51295.9330.8937.45
Hex79427D32F0331281f25
Octal1711021753570634503745
Binary11110011000010111110111101111011001110010100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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