#743A76

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

Shades of Eminence #743A76

Tints of Eminence #743A76

Color information

#743A76 (or 0x743A76) is unknown color: approx Eminence. HEX triplet: 74, 3A and 76. RGB value is (116,58,118). Sum of RGB (Red+Green+Blue) = 116+58+118=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #743A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A76 is #8BC589. Grayscale: #525252. Windows color (decimal): -9160074 or 7748212. OLE color: 7748212.

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

Color convert

RGB11658118-
CMYK0.020.5100.54
HSL298º34.09%34.51%-
HSV(B)298º50.85%46.27%-
XYZ11.998.0518.06-
YUV82.18148.22152.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 58 (23.05% from 255) = 19.86%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=39.73%
G=19.86%
B=40.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116581180.020.5100.5429834.0934.51
Hex743A7623303612a2223
Octal164721662630664524243
Binary11101001110101110110101100110110110100101010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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