#743D6B

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

Shades of Eminence #743D6B

Tints of Eminence #743D6B

Color information

#743D6B (or 0x743D6B) is unknown color: approx Eminence. HEX triplet: 74, 3D and 6B. RGB value is (116,61,107). Sum of RGB (Red+Green+Blue) = 116+61+107=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #743D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D6B is #8BC294. Grayscale: #525252. Windows color (decimal): -9159317 or 7028084. OLE color: 7028084.

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

Color convert

RGB11661107-
CMYK00.470.080.55
HSL309.82º31.07%34.71%-
HSV(B)309.82º47.41%45.49%-
XYZ11.538.1114.87-
YUV82.69141.72151.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.85%
GREEN value IS 61 (24.22% from 255) = 21.48%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=40.85%
G=21.48%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166110700.470.080.55309.8231.0734.71
Hex743D6B02F8371361f23
Octal1647515305710674663743
Binary111010011110111010110101111100011011110011011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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