#744074

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

Shades of Eminence #744074

Tints of Eminence #744074

Color information

#744074 (or 0x744074) is unknown color: approx Eminence. HEX triplet: 74, 40 and 74. RGB value is (116,64,116). Sum of RGB (Red+Green+Blue) = 116+64+116=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #744074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744074 is #8BBF8B. Grayscale: #555555. Windows color (decimal): -9158540 or 7618676. OLE color: 7618676.

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

Color convert

RGB11664116-
CMYK00.4500.55
HSL300º28.89%35.29%-
HSV(B)300º44.83%45.49%-
XYZ12.198.6417.55-
YUV85.48145.23149.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 64 (25.39% from 255) = 21.62%
BLUE value IS 116 (45.70% from 255) = 39.19%
R=39.19%
G=21.62%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166411600.4500.5530028.8935.29
Hex74407402D03712c1d23
Octal1641001640550674543543
Binary1110100100000011101000101101011011110010110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744074; }

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

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

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

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

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

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

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

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