#743E82

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

Shades of Eminence #743E82

Tints of Eminence #743E82

Color information

#743E82 (or 0x743E82) is unknown color: approx Eminence. HEX triplet: 74, 3E and 82. RGB value is (116,62,130). Sum of RGB (Red+Green+Blue) = 116+62+130=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #743E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743E82 is #8BC17D. Grayscale: #555555. Windows color (decimal): -9159038 or 8535668. OLE color: 8535668.

HSL color Cylindrical-coordinate representation of color #743E82: hue angle of 287.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #743E82 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11662130-
CMYK0.110.5200.49
HSL287.65º35.42%37.65%-
HSV(B)287.65º52.31%50.98%-
XYZ12.958.7722.13-
YUV85.9152.89149.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=37.66%
G=20.13%
B=42.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116621300.110.5200.49287.6535.4237.65
Hex743E82B340311202326
Octal1647620213640614404346
Binary11101001111101000001010111101000110001100100000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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