#794070

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

Shades of Eminence #794070

Tints of Eminence #794070

Color information

#794070 (or 0x794070) is unknown color: approx Eminence. HEX triplet: 79, 40 and 70. RGB value is (121,64,112). Sum of RGB (Red+Green+Blue) = 121+64+112=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #794070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794070 is #86BF8F. Grayscale: #565656. Windows color (decimal): -8830864 or 7356537. OLE color: 7356537.

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

Color convert

RGB12164112-
CMYK00.470.070.53
HSL309.47º30.81%36.27%-
HSV(B)309.47º47.11%47.45%-
XYZ12.648.916.38-
YUV86.52142.38152.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.74%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=40.74%
G=21.55%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216411200.470.070.53309.4730.8136.27
Hex79407002F7351351f24
Octal1711001600577654653744
Binary111100110000001110000010111111111010110011010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794070; }

 p { color: rgb(121,64,112); }

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

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

 a { background-color: rgb(121,64,112); }

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

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

 span { border-color: rgb(121,64,112); }

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