#7D317B

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

Shades of Eminence #7D317B

Tints of Eminence #7D317B

Color information

#7D317B (or 0x7D317B) is unknown color: approx Eminence. HEX triplet: 7D, 31 and 7B. RGB value is (125,49,123). Sum of RGB (Red+Green+Blue) = 125+49+123=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 125 - color contains mainly: red. Hex color #7D317B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D317B is #82CE84. Grayscale: #4F4F4F. Windows color (decimal): -8572549 or 8073597. OLE color: 8073597.

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

Color convert

RGB12549123-
CMYK00.610.020.51
HSL301.58º43.68%34.12%-
HSV(B)301.58º60.8%49.02%-
XYZ13.137.9919.59-
YUV80.16152.18159.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.09%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=42.09%
G=16.50%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254912300.610.020.51301.5843.6834.12
Hex7D317B03D23312e2c22
Octal175611730752634565442
Binary11111011100011111011011110110110011100101110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,49,123); }

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

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

 a { background-color: rgb(125,49,123); }

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

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

 span { border-color: rgb(125,49,123); }

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