#793371

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

Shades of Eminence #793371

Tints of Eminence #793371

Color information

#793371 (or 0x793371) is unknown color: approx Eminence. HEX triplet: 79, 33 and 71. RGB value is (121,51,113). Sum of RGB (Red+Green+Blue) = 121+51+113=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #793371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793371 is #86CC8E. Grayscale: #4E4E4E. Windows color (decimal): -8834191 or 7418745. OLE color: 7418745.

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

Color convert

RGB12151113-
CMYK00.580.070.53
HSL306.86º40.7%33.73%-
HSV(B)306.86º57.85%47.45%-
XYZ12.057.6216.46-
YUV79147.19157.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.46%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=42.46%
G=17.89%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215111300.580.070.53306.8640.733.73
Hex79337103A7351332922
Octal171631610727654635142
Binary111100111001111100010111010111110101100110011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793371; }

 p { color: rgb(121,51,113); }

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

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

 a { background-color: rgb(121,51,113); }

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

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

 span { border-color: rgb(121,51,113); }

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