#743472

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

Shades of Eminence #743472

Tints of Eminence #743472

Color information

#743472 (or 0x743472) is unknown color: approx Eminence. HEX triplet: 74, 34 and 72. RGB value is (116,52,114). Sum of RGB (Red+Green+Blue) = 116+52+114=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #743472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743472 is #8BCB8D. Grayscale: #4E4E4E. Windows color (decimal): -9161614 or 7484532. OLE color: 7484532.

HSL color Cylindrical-coordinate representation of color #743472: hue angle of 301.88º 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 #743472 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11652114-
CMYK00.550.020.55
HSL301.88º38.1%32.94%-
HSV(B)301.88º55.17%45.49%-
XYZ11.477.3816.74-
YUV78.2148.2154.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=41.13%
G=18.44%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165211400.550.020.55301.8838.132.94
Hex74347203723712e2621
Octal164641620672674564641
Binary11101001101001110010011011110110111100101110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743472; }

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

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

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

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

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

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

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

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