#74416E

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

Shades of Eminence #74416E

Tints of Eminence #74416E

Color information

#74416E (or 0x74416E) is unknown color: approx Eminence. HEX triplet: 74, 41 and 6E. RGB value is (116,65,110). Sum of RGB (Red+Green+Blue) = 116+65+110=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #74416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74416E is #8BBE91. Grayscale: #555555. Windows color (decimal): -9158290 or 7225716. OLE color: 7225716.

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

Color convert

RGB11665110-
CMYK00.440.050.55
HSL307.06º28.18%35.49%-
HSV(B)307.06º43.97%45.49%-
XYZ11.918.6215.79-
YUV85.38141.9149.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=39.86%
G=22.34%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166511000.440.050.55307.0628.1835.49
Hex74416E02C5371331c23
Octal1641011560545674633443
Binary111010010000011101110010110010111011110011001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74416E; }

 p { color: rgb(116,65,110); }

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

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

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

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

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

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

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