#744574

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

Shades of Eminence #744574

Tints of Eminence #744574

Color information

#744574 (or 0x744574) is unknown color: approx Eminence. HEX triplet: 74, 45 and 74. RGB value is (116,69,116). Sum of RGB (Red+Green+Blue) = 116+69+116=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #744574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744574 is #8BBA8B. Grayscale: #585858. Windows color (decimal): -9157260 or 7619956. OLE color: 7619956.

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

Color convert

RGB11669116-
CMYK00.4100.55
HSL300º25.41%36.27%-
HSV(B)300º40.52%45.49%-
XYZ12.489.2317.65-
YUV88.41143.57147.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=38.54%
G=22.92%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166911600.4100.5530025.4136.27
Hex74457402903712c1924
Octal1641051640510674543144
Binary1110100100010111101000101001011011110010110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744574; }

 p { color: rgb(116,69,116); }

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

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

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

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

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

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

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