#793F6E

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

Shades of Eminence #793F6E

Tints of Eminence #793F6E

Color information

#793F6E (or 0x793F6E) is unknown color: approx Eminence. HEX triplet: 79, 3F and 6E. RGB value is (121,63,110). Sum of RGB (Red+Green+Blue) = 121+63+110=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #793F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793F6E is #86C091. Grayscale: #555555. Windows color (decimal): -8831122 or 7225209. OLE color: 7225209.

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

Color convert

RGB12163110-
CMYK00.480.090.53
HSL311.38º31.52%36.08%-
HSV(B)311.38º47.93%47.45%-
XYZ12.488.7515.78-
YUV85.7141.72153.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.16%
GREEN value IS 63 (25% from 255) = 21.43%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=41.16%
G=21.43%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216311000.480.090.53311.3831.5236.08
Hex793F6E0309351372024
Octal1717715606011654674044
Binary1111001111111110111001100001001110101100110111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793F6E; }

 p { color: rgb(121,63,110); }

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

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

 a { background-color: rgb(121,63,110); }

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

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

 span { border-color: rgb(121,63,110); }

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