#793974

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

Shades of Eminence #793974

Tints of Eminence #793974

Color information

#793974 (or 0x793974) is unknown color: approx Eminence. HEX triplet: 79, 39 and 74. RGB value is (121,57,116). Sum of RGB (Red+Green+Blue) = 121+57+116=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #793974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793974 is #86C68B. Grayscale: #525252. Windows color (decimal): -8832652 or 7616889. OLE color: 7616889.

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

Color convert

RGB12157116-
CMYK00.530.040.53
HSL304.69º35.96%34.9%-
HSV(B)304.69º52.89%47.45%-
XYZ12.58.2517.46-
YUV82.86146.7155.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.16%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=41.16%
G=19.39%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215711600.530.040.53304.6935.9634.9
Hex7939740354351312423
Octal171711640654654614443
Binary111100111100111101000110101100110101100110001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793974; }

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

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

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

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

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

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

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

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