#7D3677

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

Shades of Eminence #7D3677

Tints of Eminence #7D3677

Color information

#7D3677 (or 0x7D3677) is unknown color: approx Eminence. HEX triplet: 7D, 36 and 77. RGB value is (125,54,119). Sum of RGB (Red+Green+Blue) = 125+54+119=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3677 is #82C988. Grayscale: #525252. Windows color (decimal): -8571273 or 7812733. OLE color: 7812733.

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

Color convert

RGB12554119-
CMYK00.570.050.51
HSL305.07º39.66%35.1%-
HSV(B)305.07º56.8%49.02%-
XYZ13.118.3318.37-
YUV82.64148.52158.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.95%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 119 (46.88% from 255) = 39.93%
R=41.95%
G=18.12%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1255411900.570.050.51305.0739.6635.1
Hex7D36770395331312823
Octal175661670715634615043
Binary111110111011011101110111001101110011100110001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,54,119); }

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

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

 a { background-color: rgb(125,54,119); }

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

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

 span { border-color: rgb(125,54,119); }

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