#743D6F

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

Shades of Eminence #743D6F

Tints of Eminence #743D6F

Color information

#743D6F (or 0x743D6F) is unknown color: approx Eminence. HEX triplet: 74, 3D and 6F. RGB value is (116,61,111). Sum of RGB (Red+Green+Blue) = 116+61+111=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #743D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D6F is #8BC290. Grayscale: #535353. Windows color (decimal): -9159313 or 7290228. OLE color: 7290228.

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

Color convert

RGB11661111-
CMYK00.470.040.55
HSL305.45º31.07%34.71%-
HSV(B)305.45º47.41%45.49%-
XYZ11.748.216-
YUV83.14143.72151.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.28%
GREEN value IS 61 (24.22% from 255) = 21.18%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=40.28%
G=21.18%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166111100.470.040.55305.4531.0734.71
Hex743D6F02F4371311f23
Octal164751570574674613743
Binary11101001111011101111010111110011011110011000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,61,111); }

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

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

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

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

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

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

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