#793B74

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

Shades of Eminence #793B74

Tints of Eminence #793B74

Color information

#793B74 (or 0x793B74) is unknown color: approx Eminence. HEX triplet: 79, 3B and 74. RGB value is (121,59,116). Sum of RGB (Red+Green+Blue) = 121+59+116=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 121 - color contains mainly: red. Hex color #793B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793B74 is #86C48B. Grayscale: #535353. Windows color (decimal): -8832140 or 7617401. OLE color: 7617401.

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

Color convert

RGB12159116-
CMYK00.510.040.53
HSL304.84º34.44%35.29%-
HSV(B)304.84º51.24%47.45%-
XYZ12.68.4517.49-
YUV84.04146.04154.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.88%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 116 (45.70% from 255) = 39.19%
R=40.88%
G=19.93%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215911600.510.040.53304.8434.4435.29
Hex793B740334351312223
Octal171731640634654614243
Binary111100111101111101000110011100110101100110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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