#744B71

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

Shades of Eminence #744B71

Tints of Eminence #744B71

Color information

#744B71 (or 0x744B71) is unknown color: approx Eminence. HEX triplet: 74, 4B and 71. RGB value is (116,75,113). Sum of RGB (Red+Green+Blue) = 116+75+113=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #744B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B71 is #8BB48E. Grayscale: #5B5B5B. Windows color (decimal): -9155727 or 7424884. OLE color: 7424884.

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

Color convert

RGB11675113-
CMYK00.350.030.55
HSL304.39º21.47%37.45%-
HSV(B)304.39º35.34%45.49%-
XYZ12.79.9416.87-
YUV91.59140.08145.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=38.16%
G=24.67%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167511300.350.030.55304.3921.4737.45
Hex744B710233371301525
Octal1641131610433674602545
Binary11101001001011111000101000111111011110011000010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744B71; }

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

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

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

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

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

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

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

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