#74467C

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

Shades of Eminence #74467C

Tints of Eminence #74467C

Color information

#74467C (or 0x74467C) is unknown color: approx Eminence. HEX triplet: 74, 46 and 7C. RGB value is (116,70,124). Sum of RGB (Red+Green+Blue) = 116+70+124=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #74467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74467C is #8BB983. Grayscale: #595959. Windows color (decimal): -9156996 or 8144500. OLE color: 8144500.

HSL color Cylindrical-coordinate representation of color #74467C: hue angle of 291.11º 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 #74467C is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11670124-
CMYK0.060.4400.51
HSL291.11º27.84%38.04%-
HSV(B)291.11º43.55%48.63%-
XYZ13.039.5520.23-
YUV89.91147.24146.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 70 (27.73% from 255) = 22.58%
BLUE value IS 124 (48.83% from 255) = 40%
R=37.42%
G=22.58%
B=40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116701240.060.4400.51291.1127.8438.04
Hex74467C62C0331231c26
Octal1641061746540634433446
Binary111010010001101111100110101100011001110010001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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