#734976

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

Shades of Eminence #734976

Tints of Eminence #734976

Color information

#734976 (or 0x734976) is unknown color: approx Eminence. HEX triplet: 73, 49 and 76. RGB value is (115,73,118). Sum of RGB (Red+Green+Blue) = 115+73+118=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #734976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734976 is #8CB689. Grayscale: #5A5A5A. Windows color (decimal): -9221770 or 7752051. OLE color: 7752051.

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

Color convert

RGB11573118-
CMYK0.030.3800.54
HSL296º23.56%37.45%-
HSV(B)296º38.14%46.27%-
XYZ12.729.7218.34-
YUV90.69143.41145.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.58%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=37.58%
G=23.86%
B=38.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115731180.030.3800.5429623.5637.45
Hex7349763260361281825
Octal1631111663460664503045
Binary11100111001001111011011100110011011010010100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734976; }

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

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

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

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

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

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

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

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