#763782

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

Shades of Eminence #763782

Tints of Eminence #763782

Color information

#763782 (or 0x763782) is unknown color: approx Eminence. HEX triplet: 76, 37 and 82. RGB value is (118,55,130). Sum of RGB (Red+Green+Blue) = 118+55+130=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #763782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763782 is #89C87D. Grayscale: #525252. Windows color (decimal): -9029758 or 8533878. OLE color: 8533878.

HSL color Cylindrical-coordinate representation of color #763782: hue angle of 290.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763782 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11855130-
CMYK0.090.5800.49
HSL290.4º40.54%36.27%-
HSV(B)290.4º57.69%50.98%-
XYZ12.878.222.02-
YUV82.39154.87153.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 55 (21.88% from 255) = 18.15%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=38.94%
G=18.15%
B=42.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118551300.090.5800.49290.440.5436.27
Hex76378293A0311222924
Octal1666720211720614425144
Binary11101101101111000001010011110100110001100100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763782; }

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

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

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

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

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

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

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

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