#7D3D73

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

Shades of Eminence #7D3D73

Tints of Eminence #7D3D73

Color information

#7D3D73 (or 0x7D3D73) is unknown color: approx Eminence. HEX triplet: 7D, 3D and 73. RGB value is (125,61,115). Sum of RGB (Red+Green+Blue) = 125+61+115=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3D73 is #82C28C. Grayscale: #565656. Windows color (decimal): -8569485 or 7552381. OLE color: 7552381.

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

Color convert

RGB12561115-
CMYK00.510.080.51
HSL309.38º34.41%36.47%-
HSV(B)309.38º51.2%49.02%-
XYZ13.228.9417.25-
YUV86.29144.2155.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.53%
GREEN value IS 61 (24.22% from 255) = 20.27%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=41.53%
G=20.27%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1256111500.510.080.51309.3834.4136.47
Hex7D3D730338331352224
Octal1757516306310634654244
Binary1111101111101111001101100111000110011100110101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,61,115); }

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

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

 a { background-color: rgb(125,61,115); }

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

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

 span { border-color: rgb(125,61,115); }

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