#734776

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

Shades of Eminence #734776

Tints of Eminence #734776

Color information

#734776 (or 0x734776) is unknown color: approx Eminence. HEX triplet: 73, 47 and 76. RGB value is (115,71,118). Sum of RGB (Red+Green+Blue) = 115+71+118=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #734776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734776 is #8CB889. Grayscale: #595959. Windows color (decimal): -9222282 or 7751539. OLE color: 7751539.

HSL color Cylindrical-coordinate representation of color #734776: hue angle of 296.17º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #734776 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11571118-
CMYK0.030.4000.54
HSL296.17º24.87%37.06%-
HSV(B)296.17º39.83%46.27%-
XYZ12.599.4618.3-
YUV89.51144.08146.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.83%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=37.83%
G=23.36%
B=38.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115711180.030.4000.54296.1724.8737.06
Hex7347763280361281925
Octal1631071663500664503145
Binary11100111000111111011011101000011011010010100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734776; }

 p { color: rgb(115,71,118); }

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

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

 a { background-color: rgb(115,71,118); }

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

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

 span { border-color: rgb(115,71,118); }

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