#74337C

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

Shades of Eminence #74337C

Tints of Eminence #74337C

Color information

#74337C (or 0x74337C) is unknown color: approx Eminence. HEX triplet: 74, 33 and 7C. RGB value is (116,51,124). Sum of RGB (Red+Green+Blue) = 116+51+124=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #74337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74337C is #8BCC83. Grayscale: #4E4E4E. Windows color (decimal): -9161860 or 8139636. OLE color: 8139636.

HSL color Cylindrical-coordinate representation of color #74337C: hue angle of 293.42º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74337C is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11651124-
CMYK0.060.5900.51
HSL293.42º41.71%34.31%-
HSV(B)293.42º58.87%48.63%-
XYZ12.027.5419.89-
YUV78.76153.53154.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=39.86%
G=17.53%
B=42.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116511240.060.5900.51293.4241.7134.31
Hex74337C63B0331252a22
Octal164631746730634455242
Binary111010011001111111001101110110110011100100101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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