#793A74

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

Shades of Eminence #793A74

Tints of Eminence #793A74

Color information

#793A74 (or 0x793A74) is unknown color: approx Eminence. HEX triplet: 79, 3A and 74. RGB value is (121,58,116). Sum of RGB (Red+Green+Blue) = 121+58+116=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #793A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793A74 is #86C58B. Grayscale: #535353. Windows color (decimal): -8832396 or 7617145. OLE color: 7617145.

HSL color Cylindrical-coordinate representation of color #793A74: hue angle of 304.76º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #793A74 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB12158116-
CMYK00.520.040.53
HSL304.76º35.2%35.1%-
HSV(B)304.76º52.07%47.45%-
XYZ12.558.3517.47-
YUV83.45146.37154.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.02%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 116 (45.70% from 255) = 39.32%
R=41.02%
G=19.66%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215811600.520.040.53304.7635.235.1
Hex793A740344351312323
Octal171721640644654614343
Binary111100111101011101000110100100110101100110001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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