#743E7C

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

Shades of Eminence #743E7C

Tints of Eminence #743E7C

Color information

#743E7C (or 0x743E7C) is unknown color: approx Eminence. HEX triplet: 74, 3E and 7C. RGB value is (116,62,124). Sum of RGB (Red+Green+Blue) = 116+62+124=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #743E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E7C is #8BC183. Grayscale: #555555. Windows color (decimal): -9159044 or 8142452. OLE color: 8142452.

HSL color Cylindrical-coordinate representation of color #743E7C: hue angle of 292.26º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743E7C is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11662124-
CMYK0.060.500.51
HSL292.26º33.33%36.47%-
HSV(B)292.26º50%48.63%-
XYZ12.568.6120.07-
YUV85.21149.89149.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 62 (24.61% from 255) = 20.53%
BLUE value IS 124 (48.83% from 255) = 41.06%
R=38.41%
G=20.53%
B=41.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116621240.060.500.51292.2633.3336.47
Hex743E7C6320331242124
Octal164761746620634444144
Binary111010011111011111001101100100110011100100100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,62,124); }

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

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

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

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

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

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

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