#7D3776

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

Shades of Eminence #7D3776

Tints of Eminence #7D3776

Color information

#7D3776 (or 0x7D3776) is unknown color: approx Eminence. HEX triplet: 7D, 37 and 76. RGB value is (125,55,118). Sum of RGB (Red+Green+Blue) = 125+55+118=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3776 is #82C889. Grayscale: #525252. Windows color (decimal): -8571018 or 7747453. OLE color: 7747453.

HSL color Cylindrical-coordinate representation of color #7D3776: hue angle of 306º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D3776 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB12555118-
CMYK00.560.060.51
HSL306º38.89%35.29%-
HSV(B)306º56%49.02%-
XYZ13.098.418.07-
YUV83.11147.69157.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.95%
GREEN value IS 55 (21.88% from 255) = 18.46%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=41.95%
G=18.46%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1255511800.560.060.5130638.8935.29
Hex7D37760386331322723
Octal175671660706634624743
Binary111110111011111101100111000110110011100110010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,55,118); }

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

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

 a { background-color: rgb(125,55,118); }

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

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

 span { border-color: rgb(125,55,118); }

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