#763479

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

Shades of Eminence #763479

Tints of Eminence #763479

Color information

#763479 (or 0x763479) is unknown color: approx Eminence. HEX triplet: 76, 34 and 79. RGB value is (118,52,121). Sum of RGB (Red+Green+Blue) = 118+52+121=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #763479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763479 is #89CB86. Grayscale: #4F4F4F. Windows color (decimal): -9030535 or 7943286. OLE color: 7943286.

HSL color Cylindrical-coordinate representation of color #763479: hue angle of 297.39º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #763479 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11852121-
CMYK0.020.5700.53
HSL297.39º39.88%33.92%-
HSV(B)297.39º57.02%47.45%-
XYZ12.157.6918.93-
YUV79.6151.37155.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 121 (47.66% from 255) = 41.58%
R=40.55%
G=17.87%
B=41.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118521210.020.5700.53297.3939.8833.92
Hex7634792390351292822
Octal166641712710654515042
Binary11101101101001111001101110010110101100101001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763479; }

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

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

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

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

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

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

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

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