#763B82

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

Shades of Eminence #763B82

Tints of Eminence #763B82

Color information

#763B82 (or 0x763B82) is unknown color: approx Eminence. HEX triplet: 76, 3B and 82. RGB value is (118,59,130). Sum of RGB (Red+Green+Blue) = 118+59+130=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #763B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763B82 is #89C47D. Grayscale: #545454. Windows color (decimal): -9028734 or 8534902. OLE color: 8534902.

HSL color Cylindrical-coordinate representation of color #763B82: hue angle of 289.86º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763B82 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11859130-
CMYK0.090.5500.49
HSL289.86º37.57%37.06%-
HSV(B)289.86º54.62%50.98%-
XYZ13.068.5922.09-
YUV84.73153.55151.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 59 (23.44% from 255) = 19.22%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=38.44%
G=19.22%
B=42.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118591300.090.5500.49289.8637.5737.06
Hex763B829370311222625
Octal1667320211670614424645
Binary11101101110111000001010011101110110001100100010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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