#7D3D75

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

Shades of Eminence #7D3D75

Tints of Eminence #7D3D75

Color information

#7D3D75 (or 0x7D3D75) is unknown color: approx Eminence. HEX triplet: 7D, 3D and 75. RGB value is (125,61,117). Sum of RGB (Red+Green+Blue) = 125+61+117=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3D75 is #82C28A. Grayscale: #565656. Windows color (decimal): -8569483 or 7683453. OLE color: 7683453.

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

Color convert

RGB12561117-
CMYK00.510.060.51
HSL307.5º34.41%36.47%-
HSV(B)307.5º51.2%49.02%-
XYZ13.348.9817.86-
YUV86.52145.2155.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.25%
GREEN value IS 61 (24.22% from 255) = 20.13%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=41.25%
G=20.13%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1256111700.510.060.51307.534.4136.47
Hex7D3D750336331342224
Octal175751650636634644244
Binary111110111110111101010110011110110011100110100100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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