#793D6F

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

Shades of Eminence #793D6F

Tints of Eminence #793D6F

Color information

#793D6F (or 0x793D6F) is unknown color: approx Eminence. HEX triplet: 79, 3D and 6F. RGB value is (121,61,111). Sum of RGB (Red+Green+Blue) = 121+61+111=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #793D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793D6F is #86C290. Grayscale: #545454. Windows color (decimal): -8831633 or 7290233. OLE color: 7290233.

HSL color Cylindrical-coordinate representation of color #793D6F: hue angle of 310º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #793D6F is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12161111-
CMYK00.500.080.53
HSL310º32.97%35.69%-
HSV(B)310º49.59%47.45%-
XYZ12.428.5516.03-
YUV84.64142.88153.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.30%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 111 (43.75% from 255) = 37.88%
R=41.30%
G=20.82%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216111100.500.080.5331032.9735.69
Hex793D6F0328351362124
Octal1717515706210654664144
Binary1111001111101110111101100101000110101100110110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,61,111); }

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

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

 a { background-color: rgb(121,61,111); }

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

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

 span { border-color: rgb(121,61,111); }

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