#743F6E

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

Shades of Eminence #743F6E

Tints of Eminence #743F6E

Color information

#743F6E (or 0x743F6E) is unknown color: approx Eminence. HEX triplet: 74, 3F and 6E. RGB value is (116,63,110). Sum of RGB (Red+Green+Blue) = 116+63+110=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #743F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F6E is #8BC091. Grayscale: #545454. Windows color (decimal): -9158802 or 7225204. OLE color: 7225204.

HSL color Cylindrical-coordinate representation of color #743F6E: hue angle of 306.79º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #743F6E is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11663110-
CMYK00.460.050.55
HSL306.79º29.61%35.1%-
HSV(B)306.79º45.69%45.49%-
XYZ11.798.3915.75-
YUV84.2142.56150.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 63 (25% from 255) = 21.80%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=40.14%
G=21.80%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166311000.460.050.55306.7929.6135.1
Hex743F6E02E5371331e23
Octal164771560565674633643
Binary11101001111111101110010111010111011110011001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743F6E; }

 p { color: rgb(116,63,110); }

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

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

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

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

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

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

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