#74467D

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

Shades of Eminence #74467D

Tints of Eminence #74467D

Color information

#74467D (or 0x74467D) is unknown color: approx Eminence. HEX triplet: 74, 46 and 7D. RGB value is (116,70,125). Sum of RGB (Red+Green+Blue) = 116+70+125=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #74467D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74467D is #8BB982. Grayscale: #595959. Windows color (decimal): -9156995 or 8210036. OLE color: 8210036.

HSL color Cylindrical-coordinate representation of color #74467D: hue angle of 290.18º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74467D is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11670125-
CMYK0.070.4400.51
HSL290.18º28.21%38.24%-
HSV(B)290.18º44%49.02%-
XYZ13.099.5720.56-
YUV90.02147.74146.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=37.30%
G=22.51%
B=40.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116701250.070.4400.51290.1828.2138.24
Hex74467D72C0331221c26
Octal1641061757540634423446
Binary111010010001101111101111101100011001110010001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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