#794175

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

Shades of Eminence #794175

Tints of Eminence #794175

Color information

#794175 (or 0x794175) is unknown color: approx Eminence. HEX triplet: 79, 41 and 75. RGB value is (121,65,117). Sum of RGB (Red+Green+Blue) = 121+65+117=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 121 - color contains mainly: red. Hex color #794175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794175 is #86BE8A. Grayscale: #575757. Windows color (decimal): -8830603 or 7684473. OLE color: 7684473.

HSL color Cylindrical-coordinate representation of color #794175: hue angle of 304.29º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #794175 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12165117-
CMYK00.460.030.53
HSL304.29º30.11%36.47%-
HSV(B)304.29º46.28%47.45%-
XYZ12.999.1317.91-
YUV87.67144.55151.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.93%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=39.93%
G=21.45%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216511700.460.030.53304.2930.1136.47
Hex79417502E3351301e24
Octal1711011650563654603644
Binary11110011000001111010101011101111010110011000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794175; }

 p { color: rgb(121,65,117); }

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

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

 a { background-color: rgb(121,65,117); }

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

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

 span { border-color: rgb(121,65,117); }

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