#743373

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

Shades of Eminence #743373

Tints of Eminence #743373

Color information

#743373 (or 0x743373) is unknown color: approx Eminence. HEX triplet: 74, 33 and 73. RGB value is (116,51,115). Sum of RGB (Red+Green+Blue) = 116+51+115=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #743373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743373 is #8BCC8C. Grayscale: #4D4D4D. Windows color (decimal): -9161869 or 7549812. OLE color: 7549812.

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

Color convert

RGB11651115-
CMYK00.560.010.55
HSL300.92º38.92%32.75%-
HSV(B)300.92º56.03%45.49%-
XYZ11.487.3217.03-
YUV77.73149.03155.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=41.13%
G=18.09%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165111500.560.010.55300.9238.9232.75
Hex74337303813712d2721
Octal164631630701674554741
Binary1110100110011111001101110001110111100101101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743373; }

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

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

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

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

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

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

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

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