#74447D

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

Shades of Eminence #74447D

Tints of Eminence #74447D

Color information

#74447D (or 0x74447D) is unknown color: approx Eminence. HEX triplet: 74, 44 and 7D. RGB value is (116,68,125). Sum of RGB (Red+Green+Blue) = 116+68+125=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #74447D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74447D is #8BBB82. Grayscale: #585858. Windows color (decimal): -9157507 or 8209524. OLE color: 8209524.

HSL color Cylindrical-coordinate representation of color #74447D: hue angle of 290.53º 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 #74447D is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11668125-
CMYK0.070.4600.51
HSL290.53º29.53%37.84%-
HSV(B)290.53º45.6%49.02%-
XYZ12.979.3320.52-
YUV88.85148.4147.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=37.54%
G=22.01%
B=40.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116681250.070.4600.51290.5329.5337.84
Hex74447D72E0331231e26
Octal1641041757560634433646
Binary111010010001001111101111101110011001110010001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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