#743C79

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

Shades of Eminence #743C79

Tints of Eminence #743C79

Color information

#743C79 (or 0x743C79) is unknown color: approx Eminence. HEX triplet: 74, 3C and 79. RGB value is (116,60,121). Sum of RGB (Red+Green+Blue) = 116+60+121=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #743C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743C79 is #8BC386. Grayscale: #535353. Windows color (decimal): -9159559 or 7945332. OLE color: 7945332.

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

Color convert

RGB11660121-
CMYK0.040.5000.53
HSL295.08º33.7%35.49%-
HSV(B)295.08º50.41%47.45%-
XYZ12.278.3319.05-
YUV83.7149.05151.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 60 (23.83% from 255) = 20.20%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=39.06%
G=20.20%
B=40.74%

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
Decimal116601210.040.5000.53295.0833.735.49
Hex743C794320351272223
Octal164741714620654474243
Binary111010011110011110011001100100110101100100111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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