#763B6E

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

Shades of Eminence #763B6E

Tints of Eminence #763B6E

Color information

#763B6E (or 0x763B6E) is unknown color: approx Eminence. HEX triplet: 76, 3B and 6E. RGB value is (118,59,110). Sum of RGB (Red+Green+Blue) = 118+59+110=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #763B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B6E is #89C491. Grayscale: #525252. Windows color (decimal): -9028754 or 7224182. OLE color: 7224182.

HSL color Cylindrical-coordinate representation of color #763B6E: hue angle of 308.14º 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 #763B6E is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11859110-
CMYK00.500.070.54
HSL308.14º33.33%34.71%-
HSV(B)308.14º50%46.27%-
XYZ11.858.1115.69-
YUV82.46143.55153.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 59 (23.44% from 255) = 20.56%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=41.11%
G=20.56%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185911000.500.070.54308.1433.3334.71
Hex763B6E0327361342123
Octal166731560627664644143
Binary111011011101111011100110010111110110100110100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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