#763079

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

Shades of Eminence #763079

Tints of Eminence #763079

Color information

#763079 (or 0x763079) is unknown color: approx Eminence. HEX triplet: 76, 30 and 79. RGB value is (118,48,121). Sum of RGB (Red+Green+Blue) = 118+48+121=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #763079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763079 is #89CF86. Grayscale: #4D4D4D. Windows color (decimal): -9031559 or 7942262. OLE color: 7942262.

HSL color Cylindrical-coordinate representation of color #763079: hue angle of 297.53º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #763079 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11848121-
CMYK0.020.6000.53
HSL297.53º43.2%33.14%-
HSV(B)297.53º60.33%47.45%-
XYZ11.987.3518.88-
YUV77.25152.69157.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 48 (19.14% from 255) = 16.72%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=41.11%
G=16.72%
B=42.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118481210.020.6000.53297.5343.233.14
Hex76307923C03512a2b21
Octal166601712740654525341
Binary11101101100001111001101111000110101100101010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763079; }

 p { color: rgb(118,48,121); }

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

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

 a { background-color: rgb(118,48,121); }

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

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

 span { border-color: rgb(118,48,121); }

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