#763B74

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

Shades of Eminence #763B74

Tints of Eminence #763B74

Color information

#763B74 (or 0x763B74) is unknown color: approx Eminence. HEX triplet: 76, 3B and 74. RGB value is (118,59,116). Sum of RGB (Red+Green+Blue) = 118+59+116=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #763B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B74 is #89C48B. Grayscale: #525252. Windows color (decimal): -9028748 or 7617398. OLE color: 7617398.

HSL color Cylindrical-coordinate representation of color #763B74: hue angle of 302.03º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763B74 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11859116-
CMYK00.500.020.54
HSL302.03º33.33%34.71%-
HSV(B)302.03º50%46.27%-
XYZ12.198.2417.47-
YUV83.14146.55152.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 59 (23.44% from 255) = 20.14%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=40.27%
G=20.14%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185911600.500.020.54302.0333.3334.71
Hex763B7403223612e2123
Octal166731640622664564143
Binary11101101110111110100011001010110110100101110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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