#743A82

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

Shades of Eminence #743A82

Tints of Eminence #743A82

Color information

#743A82 (or 0x743A82) is unknown color: approx Eminence. HEX triplet: 74, 3A and 82. RGB value is (116,58,130). Sum of RGB (Red+Green+Blue) = 116+58+130=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #743A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743A82 is #8BC57D. Grayscale: #535353. Windows color (decimal): -9160062 or 8534644. OLE color: 8534644.

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

Color convert

RGB11658130-
CMYK0.110.5500.49
HSL288.33º38.3%36.86%-
HSV(B)288.33º55.38%50.98%-
XYZ12.748.3522.06-
YUV83.55154.22151.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=38.16%
G=19.08%
B=42.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116581300.110.5500.49288.3338.336.86
Hex743A82B370311202625
Octal1647220213670614404645
Binary11101001110101000001010111101110110001100100000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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