#743674

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

Shades of Eminence #743674

Tints of Eminence #743674

Color information

#743674 (or 0x743674) is unknown color: approx Eminence. HEX triplet: 74, 36 and 74. RGB value is (116,54,116). Sum of RGB (Red+Green+Blue) = 116+54+116=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #743674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743674 is #8BC98B. Grayscale: #4F4F4F. Windows color (decimal): -9161100 or 7616116. OLE color: 7616116.

HSL color Cylindrical-coordinate representation of color #743674: hue angle of 300º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #743674 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11654116-
CMYK00.5300.55
HSL300º36.47%33.33%-
HSV(B)300º53.45%45.49%-
XYZ11.677.6117.38-
YUV79.61148.54153.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=40.56%
G=18.88%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165411600.5300.5530036.4733.33
Hex74367403503712c2421
Octal164661640650674544441
Binary1110100110110111010001101010110111100101100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743674; }

 p { color: rgb(116,54,116); }

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

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

 a { background-color: rgb(116,54,116); }

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

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

 span { border-color: rgb(116,54,116); }

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