#743172

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

Shades of Eminence #743172

Tints of Eminence #743172

Color information

#743172 (or 0x743172) is unknown color: approx Eminence. HEX triplet: 74, 31 and 72. RGB value is (116,49,114). Sum of RGB (Red+Green+Blue) = 116+49+114=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #743172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743172 is #8BCE8D. Grayscale: #4C4C4C. Windows color (decimal): -9162382 or 7483764. OLE color: 7483764.

HSL color Cylindrical-coordinate representation of color #743172: hue angle of 301.79º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743172 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11649114-
CMYK00.580.020.55
HSL301.79º40.61%32.35%-
HSV(B)301.79º57.76%45.49%-
XYZ11.347.1216.7-
YUV76.44149.2156.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=41.58%
G=17.56%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164911400.580.020.55301.7940.6132.35
Hex74317203A23712e2920
Octal164611620722674565140
Binary11101001100011110010011101010110111100101110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743172; }

 p { color: rgb(116,49,114); }

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

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

 a { background-color: rgb(116,49,114); }

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

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

 span { border-color: rgb(116,49,114); }

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