#74447E

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

Shades of Eminence #74447E

Tints of Eminence #74447E

Color information

#74447E (or 0x74447E) is unknown color: approx Eminence. HEX triplet: 74, 44 and 7E. RGB value is (116,68,126). Sum of RGB (Red+Green+Blue) = 116+68+126=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 126 - color contains mainly: blue. Hex color #74447E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74447E is #8BBB81. Grayscale: #585858. Windows color (decimal): -9157506 or 8275060. OLE color: 8275060.

HSL color Cylindrical-coordinate representation of color #74447E: hue angle of 289.66º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74447E is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11668126-
CMYK0.080.4600.51
HSL289.66º29.9%38.04%-
HSV(B)289.66º46.03%49.41%-
XYZ13.049.3520.86-
YUV88.96148.9147.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 126 (49.61% from 255) = 40.65%
R=37.42%
G=21.94%
B=40.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116681260.080.4600.51289.6629.938.04
Hex74447E82E0331221e26
Octal16410417610560634423646
Binary1110100100010011111101000101110011001110010001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,68,126); }

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

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

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

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

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

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

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