#7D3E6E

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

Shades of Eminence #7D3E6E

Tints of Eminence #7D3E6E

Color information

#7D3E6E (or 0x7D3E6E) is unknown color: approx Eminence. HEX triplet: 7D, 3E and 6E. RGB value is (125,62,110). Sum of RGB (Red+Green+Blue) = 125+62+110=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3E6E is #82C191. Grayscale: #565656. Windows color (decimal): -8569234 or 7224957. OLE color: 7224957.

HSL color Cylindrical-coordinate representation of color #7D3E6E: hue angle of 314.29º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D3E6E is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB12562110-
CMYK00.500.120.51
HSL314.29º33.69%36.67%-
HSV(B)314.29º50.4%49.02%-
XYZ12.998.9315.79-
YUV86.31141.37155.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.09%
GREEN value IS 62 (24.61% from 255) = 20.88%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=42.09%
G=20.88%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1256211000.500.120.51314.2933.6936.67
Hex7D3E6E032C3313a2225
Octal1757615606214634724245
Binary1111101111110110111001100101100110011100111010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,62,110); }

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

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

 a { background-color: rgb(125,62,110); }

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

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

 span { border-color: rgb(125,62,110); }

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