#743F71

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

Shades of Eminence #743F71

Tints of Eminence #743F71

Color information

#743F71 (or 0x743F71) is unknown color: approx Eminence. HEX triplet: 74, 3F and 71. RGB value is (116,63,113). Sum of RGB (Red+Green+Blue) = 116+63+113=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #743F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F71 is #8BC08E. Grayscale: #545454. Windows color (decimal): -9158799 or 7421812. OLE color: 7421812.

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

Color convert

RGB11663113-
CMYK00.460.030.55
HSL303.4º29.61%35.1%-
HSV(B)303.4º45.69%45.49%-
XYZ11.968.4616.63-
YUV84.55144.06150.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=39.73%
G=21.58%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166311300.460.030.55303.429.6135.1
Hex743F7102E33712f1e23
Octal164771610563674573643
Binary1110100111111111000101011101111011110010111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743F71; }

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

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

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

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

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

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

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

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