#794174

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

Shades of Eminence #794174

Tints of Eminence #794174

Color information

#794174 (or 0x794174) is unknown color: approx Eminence. HEX triplet: 79, 41 and 74. RGB value is (121,65,116). Sum of RGB (Red+Green+Blue) = 121+65+116=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #794174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794174 is #86BE8B. Grayscale: #575757. Windows color (decimal): -8830604 or 7618937. OLE color: 7618937.

HSL color Cylindrical-coordinate representation of color #794174: hue angle of 305.36º 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 #794174 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB12165116-
CMYK00.460.040.53
HSL305.36º30.11%36.47%-
HSV(B)305.36º46.28%47.45%-
XYZ12.939.1117.6-
YUV87.56144.05151.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.07%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=40.07%
G=21.52%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216511600.460.040.53305.3630.1136.47
Hex79417402E4351311e24
Octal1711011640564654613644
Binary111100110000011110100010111010011010110011000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794174; }

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

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

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

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

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

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

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

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