#743471

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

Shades of Eminence #743471

Tints of Eminence #743471

Color information

#743471 (or 0x743471) is unknown color: approx Eminence. HEX triplet: 74, 34 and 71. RGB value is (116,52,113). Sum of RGB (Red+Green+Blue) = 116+52+113=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #743471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743471 is #8BCB8E. Grayscale: #4D4D4D. Windows color (decimal): -9161615 or 7418996. OLE color: 7418996.

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

Color convert

RGB11652113-
CMYK00.550.030.55
HSL302.81º38.1%32.94%-
HSV(B)302.81º55.17%45.49%-
XYZ11.417.3616.44-
YUV78.09147.7155.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=41.28%
G=18.51%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165211300.550.030.55302.8138.132.94
Hex74347103733712f2621
Octal164641610673674574641
Binary11101001101001110001011011111110111100101111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743471; }

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

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

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

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

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

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

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

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