#7D3E7A

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

Shades of Eminence #7D3E7A

Tints of Eminence #7D3E7A

Color information

#7D3E7A (or 0x7D3E7A) is unknown color: approx Eminence. HEX triplet: 7D, 3E and 7A. RGB value is (125,62,122). Sum of RGB (Red+Green+Blue) = 125+62+122=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3E7A is #82C185. Grayscale: #575757. Windows color (decimal): -8569222 or 8011389. OLE color: 8011389.

HSL color Cylindrical-coordinate representation of color #7D3E7A: hue angle of 302.86º 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 #7D3E7A is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB12562122-
CMYK00.500.020.51
HSL302.86º33.69%36.67%-
HSV(B)302.86º50.4%49.02%-
XYZ13.699.2119.47-
YUV87.68147.37154.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.45%
GREEN value IS 62 (24.61% from 255) = 20.06%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=40.45%
G=20.06%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1256212200.500.020.51302.8633.6936.67
Hex7D3E7A03223312f2225
Octal175761720622634574245
Binary11111011111101111010011001010110011100101111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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