#763E7C

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

Shades of Eminence #763E7C

Tints of Eminence #763E7C

Color information

#763E7C (or 0x763E7C) is unknown color: approx Eminence. HEX triplet: 76, 3E and 7C. RGB value is (118,62,124). Sum of RGB (Red+Green+Blue) = 118+62+124=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #763E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E7C is #89C183. Grayscale: #555555. Windows color (decimal): -9027972 or 8142454. OLE color: 8142454.

HSL color Cylindrical-coordinate representation of color #763E7C: hue angle of 294.19º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763E7C is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11862124-
CMYK0.050.500.51
HSL294.19º33.33%36.47%-
HSV(B)294.19º50%48.63%-
XYZ12.838.7520.08-
YUV85.81149.55150.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 62 (24.61% from 255) = 20.39%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=38.82%
G=20.39%
B=40.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118621240.050.500.51294.1933.3336.47
Hex763E7C5320331262124
Octal166761745620634464144
Binary111011011111011111001011100100110011100100110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,62,124); }

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

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

 a { background-color: rgb(118,62,124); }

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

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

 span { border-color: rgb(118,62,124); }

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