#744971

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

Shades of Eminence #744971

Tints of Eminence #744971

Color information

#744971 (or 0x744971) is unknown color: approx Eminence. HEX triplet: 74, 49 and 71. RGB value is (116,73,113). Sum of RGB (Red+Green+Blue) = 116+73+113=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #744971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744971 is #8BB68E. Grayscale: #5A5A5A. Windows color (decimal): -9156239 or 7424372. OLE color: 7424372.

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

Color convert

RGB11673113-
CMYK00.370.030.55
HSL304.19º22.75%37.06%-
HSV(B)304.19º37.07%45.49%-
XYZ12.579.6716.83-
YUV90.42140.75146.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=38.41%
G=24.17%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167311300.370.030.55304.1922.7537.06
Hex7449710253371301725
Octal1641111610453674602745
Binary11101001001001111000101001011111011110011000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744971; }

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

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

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

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

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

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

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

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