#743F79

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

Shades of Eminence #743F79

Tints of Eminence #743F79

Color information

#743F79 (or 0x743F79) is unknown color: approx Eminence. HEX triplet: 74, 3F and 79. RGB value is (116,63,121). Sum of RGB (Red+Green+Blue) = 116+63+121=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #743F79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F79 is #8BC086. Grayscale: #555555. Windows color (decimal): -9158791 or 7946100. OLE color: 7946100.

HSL color Cylindrical-coordinate representation of color #743F79: hue angle of 294.83º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #743F79 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11663121-
CMYK0.040.4800.53
HSL294.83º31.52%36.08%-
HSV(B)294.83º47.93%47.45%-
XYZ12.438.6519.1-
YUV85.46148.06149.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 63 (25% from 255) = 21%
BLUE value IS 121 (47.66% from 255) = 40.33%
R=38.67%
G=21%
B=40.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116631210.040.4800.53294.8331.5236.08
Hex743F794300351272024
Octal164771714600654474044
Binary111010011111111110011001100000110101100100111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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