#743D6D

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

Shades of Eminence #743D6D

Tints of Eminence #743D6D

Color information

#743D6D (or 0x743D6D) is unknown color: approx Eminence. HEX triplet: 74, 3D and 6D. RGB value is (116,61,109). Sum of RGB (Red+Green+Blue) = 116+61+109=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #743D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D6D is #8BC292. Grayscale: #525252. Windows color (decimal): -9159315 or 7159156. OLE color: 7159156.

HSL color Cylindrical-coordinate representation of color #743D6D: hue angle of 307.64º 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 #743D6D is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11661109-
CMYK00.470.060.55
HSL307.64º31.07%34.71%-
HSV(B)307.64º47.41%45.49%-
XYZ11.638.1515.43-
YUV82.92142.72151.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 61 (24.22% from 255) = 21.33%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=40.56%
G=21.33%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166110900.470.060.55307.6431.0734.71
Hex743D6D02F6371341f23
Octal164751550576674643743
Binary11101001111011101101010111111011011110011010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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