#74446D

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

Shades of Eminence #74446D

Tints of Eminence #74446D

Color information

#74446D (or 0x74446D) is unknown color: approx Eminence. HEX triplet: 74, 44 and 6D. RGB value is (116,68,109). Sum of RGB (Red+Green+Blue) = 116+68+109=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #74446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74446D is #8BBB92. Grayscale: #565656. Windows color (decimal): -9157523 or 7160948. OLE color: 7160948.

HSL color Cylindrical-coordinate representation of color #74446D: hue angle of 308.75º degrees, saturation: 0.26, 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 #74446D is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11668109-
CMYK00.410.060.55
HSL308.75º26.09%36.08%-
HSV(B)308.75º41.38%45.49%-
XYZ12.038.9515.56-
YUV87.03140.4148.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 109 (42.97% from 255) = 37.20%
R=39.59%
G=23.21%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166810900.410.060.55308.7526.0936.08
Hex74446D0296371351a24
Octal1641041550516674653244
Binary111010010001001101101010100111011011110011010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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