@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#7d168e hex color - Violet - Warm color - Information

#7d168e hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #7d168e Color code in RGB color code model is created after adding 49.02% red color, 8.63% green color and 55.69% blue color. Hex #7d168e Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 85% magenta, 0% yellow and 44.31% black.

Hex #7d168e color code is between #771188 web safe hex color code and #882299 web safe hex color code. #771188 is the nearest web safe color code. You can see here many more shades of #7d168e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 7d168e #7d168e
RGB Decimal 125, 22, 142 rgb(125, 22, 142)
RGB Percent 49%, 9%, 56% rgb(49%, 9%, 56%)
CSS RGBa 125, 22, 142,1 rgba(125,22,142,1)
CMYK Model cmyk(12%,85%,0%,44.31%)
HSL Color Space 292,73% ,32% hsl(292,73% ,32%)
HSV Color Space 292°, 85%, 56%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01111101 00010110 10001110
Octal 175 26 216
Decimal 125 22 142
Hex 7d 16 8e

Different shades of #7d168e color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #7d168e
#a41dba
Dark Shade of #7d168e
#560f62
Saturated Shade of #7d168e
#830e96
Desaturated Shade of #7d168e
#771e86
Grey scale Shade of #7d168e
#525252
Brighten Shade
#962fa7
Most Readable Shade
#FFFFFF

Shades of #7d168e color code

Generate more color scales with scales (color stack) generator.

#7d168e
#6f137e
#61116e
#530e5e
#450c4e
#37093f
#29072f
#1b041f
#0d020f
#000000

Similar Color like #7d168e color

Find visually similar hex color codes nearing to #7d168e hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#7e178f
#7f1890
#801991
#811a92
#821b93
#831c94
#841d95
#851e96
#861f97
#872098
#882199
#89229a
#8a239b
#8b249c
#7c158d
#7b148c
#7a138b
#79128a
#781189
#771088
#760f87
#750e86
#740d85
#730c84
#720b83
#710a82
#700981
#6f0880

Monochromatic Color with #7d168e

#7d168e
#a21db8
#c823e3
#0d020e
#320939
#580f63

Tints of #7d168e Color

#7d168e
#8b2f9a
#9949a7
#a863b3
#b67dc0
#c597cc
#d3b1d9
#e2cbe5
#f0e5f2
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#7d168e
#278e16

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#7d168e
#638e16
#168e41

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#4d168e
#65168e
#7d168e
#8e1687
#8e166f

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#7d168e
#8e7d16
#168e7d

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#7d168e
#8e4116
#278e16
#16638e

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#7d168e
#278e16
#168e41
#8e1663

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #7d168e Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#7d168e Color Code Preview on Black Background Color

This is how #7d168e Color will look on black background color. Color contrast ratio is 2.38

#7d168e in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#7d168e">Your Example Paragraph content text in with font color #7d168e </p>

Your Example Paragraph content text in with font color #7d168e

HTML with inline CSS

<div style="color:#7d168e">Your Paragraph text in with font color #7d168e </div>

Your Example Paragraph content text in with font color #7d168e

#7d168e color code is use for CSS Background Color

Background color for the above div is #7d168e

HTML with inline CSS

<div style="background-color:#7d168e;"></div>

#7d168e color code is use for CSS Border Color

CSS Border color for the above div is #7d168e

HTML with inline CSS

<div style="border:5px solid #7d168e;"></div>

CSS Border Left color for the above div is #7d168e

HTML with inline CSS

<div style="border-left:5px solid #7d168e;"></div>

CSS Border Right color for the above div is #7d168e

HTML with inline CSS

<div style="border-right:5px solid #7d168e;"></div>

CSS Border Bottom color for the above div is #7d168e

HTML with inline CSS

<div style="border-bottom:5px solid #7d168e;"></div>

CSS Border Top color for the above div is #7d168e

HTML with inline CSS

<div style="border-top:5px solid #7d168e;"></div>

#7d168e hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#7d168e; } .examplecolorclass {color:#7d168e; } .examplebordercolor {border:3px solid #7d168e; }

#7d168e Color code Preview on White Background

This is how #7d168e Color code will look on white background color. Color contrast ratio is 8.83

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #7d168e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #7d168e; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(125,22,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(39,142,22,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(125,22,142,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.