#743D79

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

Shades of Eminence #743D79

Tints of Eminence #743D79

Color information

#743D79 (or 0x743D79) is unknown color: approx Eminence. HEX triplet: 74, 3D and 79. RGB value is (116,61,121). Sum of RGB (Red+Green+Blue) = 116+61+121=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #743D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D79 is #8BC286. Grayscale: #545454. Windows color (decimal): -9159303 or 7945588. OLE color: 7945588.

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

Color convert

RGB11661121-
CMYK0.040.5000.53
HSL295º32.97%35.69%-
HSV(B)295º49.59%47.45%-
XYZ12.328.4319.07-
YUV84.28148.72150.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 61 (24.22% from 255) = 20.47%
BLUE value IS 121 (47.66% from 255) = 40.60%
R=38.93%
G=20.47%
B=40.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116611210.040.5000.5329532.9735.69
Hex743D794320351272124
Octal164751714620654474144
Binary111010011110111110011001100100110101100100111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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