#743371

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

Shades of Eminence #743371

Tints of Eminence #743371

Color information

#743371 (or 0x743371) is unknown color: approx Eminence. HEX triplet: 74, 33 and 71. RGB value is (116,51,113). Sum of RGB (Red+Green+Blue) = 116+51+113=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #743371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743371 is #8BCC8E. Grayscale: #4D4D4D. Windows color (decimal): -9161871 or 7418740. OLE color: 7418740.

HSL color Cylindrical-coordinate representation of color #743371: hue angle of 302.77º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #743371 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11651113-
CMYK00.560.030.55
HSL302.77º38.92%32.75%-
HSV(B)302.77º56.03%45.49%-
XYZ11.377.2716.43-
YUV77.5148.03155.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 51 (20.31% from 255) = 18.21%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=41.43%
G=18.21%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165111300.560.030.55302.7738.9232.75
Hex74337103833712f2721
Octal164631610703674574741
Binary11101001100111110001011100011110111100101111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743371; }

 p { color: rgb(116,51,113); }

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

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

 a { background-color: rgb(116,51,113); }

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

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

 span { border-color: rgb(116,51,113); }

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