#74357C

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

Shades of Eminence #74357C

Tints of Eminence #74357C

Color information

#74357C (or 0x74357C) is unknown color: approx Eminence. HEX triplet: 74, 35 and 7C. RGB value is (116,53,124). Sum of RGB (Red+Green+Blue) = 116+53+124=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #74357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74357C is #8BCA83. Grayscale: #4F4F4F. Windows color (decimal): -9161348 or 8140148. OLE color: 8140148.

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

Color convert

RGB11653124-
CMYK0.060.5700.51
HSL293.24º40.11%34.71%-
HSV(B)293.24º57.26%48.63%-
XYZ12.117.7119.92-
YUV79.93152.87153.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 53 (21.09% from 255) = 18.09%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=39.59%
G=18.09%
B=42.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116531240.060.5700.51293.2440.1134.71
Hex74357C6390331252823
Octal164651746710634455043
Binary111010011010111111001101110010110011100100101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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