crispedge.com

Color picker

Loading...

#72096c hex color - Violet - Warm color - Information

#72096c hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #72096c Color code in RGB color code model is created after adding 44.71% red color, 3.53% green color and 42.35% blue color. Hex #72096c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 5% yellow and 55% black.

Hex #72096c color code is between #771166 web safe hex color code and #660077 web safe hex color code. #771166 is the nearest web safe color code. You can see here many more shades of #72096c 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 72096c #72096c
RGB Decimal 114, 9, 108 rgb(114, 9, 108)
RGB Percent 45%, 4%, 42% rgb(45%, 4%, 42%)
CSS RGBa 114, 9, 108,1 rgba(114,9,108,1)
CMYK Model cmyk(0%,92%,5%,55%)
HSL Color Space 303,85% ,24% hsl(303,85% ,24%)
HSV Color Space 303°, 92%, 45%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01110010 00001001 01101100
Octal 162 11 154
Decimal 114 9 108
Hex 72 09 6c

Different shades of #72096c color code.

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

Light Shade of #72096c
#a10d99
Dark Shade of #72096c
#43053f
Saturated Shade of #72096c
#780371
Desaturated Shade of #72096c
#6c0f67
Grey scale Shade of #72096c
#3d3d3d
Brighten Shade
#8b2285
Most Readable Shade
#FFFFFF

Shades of #72096c color code

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

#72096c
#650860
#580754
#4c0648
#3f053c
#320430
#260324
#190218
#0c010c
#000000

Similar Color like #72096c color

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

#730a6d
#740b6e
#750c6f
#760d70
#770e71
#780f72
#791073
#7a1174
#7b1275
#7c1376
#7d1477
#7e1578
#7f1679
#80177a
#71086b
#70076a
#6f0669
#6e0568
#6d0467
#6c0366
#6b0265
#6a0164
#690063
#680062
#670061
#660060
#65005f
#64005e

Monochromatic Color with #72096c

#72096c
#9c0c94
#c710bd
#f113e5
#1d021b
#470644

Tints of #72096c Color

#72096c
#81247c
#913f8c
#a15b9d
#b076ad
#c091bd
#d0adce
#dfc8de
#efe3ee
#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

#72096c
#09720f

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

Split Complementary

#72096c
#377209
#097244

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

Analogous Color

#4e0972
#630972
#72096c
#720957
#720942

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

#72096c
#6c7209
#096c72

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

#72096c
#724309
#09720f
#093772

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

#72096c
#09720f
#097244
#720937

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 #72096c 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.

#72096c Color Code Preview on Black Background Color

This is how #72096c Color will look on black background color. Color contrast ratio is 1.97

#72096c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #72096c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #72096c

#72096c color code is use for CSS Background Color

Background color for the above div is #72096c

HTML with inline CSS

<div style="background-color:#72096c;"></div>

#72096c color code is use for CSS Border Color

CSS Border color for the above div is #72096c

HTML with inline CSS

<div style="border:5px solid #72096c;"></div>

CSS Border Left color for the above div is #72096c

HTML with inline CSS

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

CSS Border Right color for the above div is #72096c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #72096c

HTML with inline CSS

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

CSS Border Top color for the above div is #72096c

HTML with inline CSS

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

#72096c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#72096c Color code Preview on White Background

This is how #72096c Color code will look on white background color. Color contrast ratio is 10.65

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 #72096c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #72096c; }

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(114,9,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(9,114,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(114,9,108,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.