#7D4371

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

Shades of Eminence #7D4371

Tints of Eminence #7D4371

Color information

#7D4371 (or 0x7D4371) is unknown color: approx Eminence. HEX triplet: 7D, 43 and 71. RGB value is (125,67,113). Sum of RGB (Red+Green+Blue) = 125+67+113=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4371 is #82BC8E. Grayscale: #595959. Windows color (decimal): -8567951 or 7422845. OLE color: 7422845.

HSL color Cylindrical-coordinate representation of color #7D4371: hue angle of 312.41º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D4371 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB12567113-
CMYK00.460.100.51
HSL312.41º30.21%37.65%-
HSV(B)312.41º46.4%49.02%-
XYZ13.459.5716.76-
YUV89.59141.22153.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.98%
GREEN value IS 67 (26.56% from 255) = 21.97%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=40.98%
G=21.97%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1256711300.460.100.51312.4130.2137.65
Hex7D437102EA331381e26
Octal17510316105612634703646
Binary1111101100001111100010101110101011001110011100011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D4371; }

 p { color: rgb(125,67,113); }

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

<style>
 a { background-color: #7D4371; }

 a { background-color: rgb(125,67,113); }

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

<style>
 span { border-color: #7D4371; }

 span { border-color: rgb(125,67,113); }

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