#743B76

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

Shades of Eminence #743B76

Tints of Eminence #743B76

Color information

#743B76 (or 0x743B76) is unknown color: approx Eminence. HEX triplet: 74, 3B and 76. RGB value is (116,59,118). Sum of RGB (Red+Green+Blue) = 116+59+118=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #743B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B76 is #8BC489. Grayscale: #525252. Windows color (decimal): -9159818 or 7748468. OLE color: 7748468.

HSL color Cylindrical-coordinate representation of color #743B76: hue angle of 297.97º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743B76 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11659118-
CMYK0.020.5000.54
HSL297.97º33.33%34.71%-
HSV(B)297.97º50%46.27%-
XYZ12.048.1518.08-
YUV82.77147.88151.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 59 (23.44% from 255) = 20.14%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=39.59%
G=20.14%
B=40.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116591180.020.5000.54297.9733.3334.71
Hex743B7623203612a2123
Octal164731662620664524143
Binary11101001110111110110101100100110110100101010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,59,118); }

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

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

 a { background-color: rgb(116,59,118); }

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

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

 span { border-color: rgb(116,59,118); }

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