#74387D

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

Shades of Eminence #74387D

Tints of Eminence #74387D

Color information

#74387D (or 0x74387D) is unknown color: approx Eminence. HEX triplet: 74, 38 and 7D. RGB value is (116,56,125). Sum of RGB (Red+Green+Blue) = 116+56+125=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #74387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74387D is #8BC782. Grayscale: #515151. Windows color (decimal): -9160579 or 8206452. OLE color: 8206452.

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

Color convert

RGB11656125-
CMYK0.070.5500.51
HSL292.17º38.12%35.49%-
HSV(B)292.17º55.2%49.02%-
XYZ12.328.0220.3-
YUV81.81152.38152.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 125 (49.22% from 255) = 42.09%
R=39.06%
G=18.86%
B=42.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116561250.070.5500.51292.1738.1235.49
Hex74387D7370331242623
Octal164701757670634444643
Binary111010011100011111011111101110110011100100100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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