#74386C

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

Shades of Eminence #74386C

Tints of Eminence #74386C

Color information

#74386C (or 0x74386C) is unknown color: approx Eminence. HEX triplet: 74, 38 and 6C. RGB value is (116,56,108). Sum of RGB (Red+Green+Blue) = 116+56+108=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #74386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74386C is #8BC793. Grayscale: #4F4F4F. Windows color (decimal): -9160596 or 7092340. OLE color: 7092340.

HSL color Cylindrical-coordinate representation of color #74386C: hue angle of 308º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74386C is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11656108-
CMYK00.520.070.55
HSL308º34.88%33.73%-
HSV(B)308º51.72%45.49%-
XYZ11.327.6215.06-
YUV79.87143.88153.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=41.43%
G=20%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165610800.520.070.5530834.8833.73
Hex74386C0347371342322
Octal164701540647674644342
Binary111010011100011011000110100111110111100110100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,56,108); }

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

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

 a { background-color: rgb(116,56,108); }

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

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

 span { border-color: rgb(116,56,108); }

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