#743F80

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

Shades of Eminence #743F80

Tints of Eminence #743F80

Color information

#743F80 (or 0x743F80) is unknown color: approx Eminence. HEX triplet: 74, 3F and 80. RGB value is (116,63,128). Sum of RGB (Red+Green+Blue) = 116+63+128=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #743F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743F80 is #8BC07F. Grayscale: #565656. Windows color (decimal): -9158784 or 8404852. OLE color: 8404852.

HSL color Cylindrical-coordinate representation of color #743F80: hue angle of 288.92º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #743F80 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11663128-
CMYK0.090.5100.50
HSL288.92º34.03%37.45%-
HSV(B)288.92º50.78%50.2%-
XYZ12.888.8321.45-
YUV86.26151.56149.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=37.79%
G=20.52%
B=41.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116631280.090.5100.50288.9234.0337.45
Hex743F809330321212225
Octal1647720011630624414245
Binary11101001111111000000010011100110110010100100001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,63,128); }

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

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

 a { background-color: rgb(116,63,128); }

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

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

 span { border-color: rgb(116,63,128); }

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