crispedge.com

Color picker

Loading...

#7116bb hex color - Violet - Warm color - Information

#7116bb hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #7116bb Color code in RGB color code model is created after adding 44.31% red color, 8.63% green color and 73.33% blue color. Hex #7116bb Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 88% magenta, 0% yellow and 27% black.

Hex #7116bb color code is between #7711aa web safe hex color code and #6622cc web safe hex color code. #7711aa is the nearest web safe color code. You can see here many more shades of #7116bb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7116bb#7116bb
RGB Decimal113, 22, 187rgb(113, 22, 187)
RGB Percent44%, 9%, 73%rgb(44%, 9%, 73%)
CSS RGBa113, 22, 187,1rgba(113,22,187,1)
CMYK Modelcmyk(40%,88%,0%,27%)
HSL Color Space273,79% ,41%hsl(273,79% ,41%)
HSV Color Space273°, 88%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100010001011010111011
Octal16126273
Decimal11322187
Hex7116bb

Different shades of #7116bb color code.

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

Light Shade of #7116bb
#8c1fe5
Dark Shade of #7116bb
#55118d
Saturated Shade of #7116bb
#720cc5
Desaturated Shade of #7116bb
#7020b1
Grey scale Shade of #7116bb
#686868
Brighten Shade
#8a2fd4
Most Readable Shade
#FFFFFF

Shades of #7116bb color code

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

#7116bb
#6413a6
#571191
#4b0e7c
#3e0c67
#320953
#25073e
#190429
#0c0214
#000000

Similar Color like #7116bb color

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

#7217bc
#7318bd
#7419be
#751abf
#761bc0
#771cc1
#781dc2
#791ec3
#7a1fc4
#7b20c5
#7c21c6
#7d22c7
#7e23c8
#7f24c9
#7015ba
#6f14b9
#6e13b8
#6d12b7
#6c11b6
#6b10b5
#6a0fb4
#690eb3
#680db2
#670cb1
#660bb0
#650aaf
#6409ae
#6308ad

Monochromatic Color with #7116bb

#7116bb
#8b1be5
#0a0211
#24073b
#3e0c66
#571190

Tints of #7116bb Color

#7116bb
#802fc2
#9049ca
#a063d1
#b07dd9
#bf97e0
#cfb1e8
#dfcbef
#efe5f7
#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

#7116bb
#60bb16

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

Split Complementary

#7116bb
#b2bb16
#16bb1f

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

Analogous Color

#2f16bb
#5016bb
#7116bb
#9216bb
#b316bb

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

#7116bb
#bb7116
#16bb71

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

#7116bb
#bb1f16
#60bb16
#16b2bb

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

#7116bb
#60bb16
#16bb1f
#bb16b2

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 #7116bb 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.

#7116bb Color Code Preview on Black Background Color

This is how #7116bb Color will look on black background color. Color contrast ratio is 2.53

#7116bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7116bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7116bb

#7116bb color code is use for CSS Background Color

Background color for the above div is #7116bb

HTML with inline CSS

<div style="background-color:#7116bb;"></div>

#7116bb color code is use for CSS Border Color

CSS Border color for the above div is #7116bb

HTML with inline CSS

<div style="border:5px solid #7116bb;"></div>

CSS Border Left color for the above div is #7116bb

HTML with inline CSS

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

CSS Border Right color for the above div is #7116bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7116bb

HTML with inline CSS

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

CSS Border Top color for the above div is #7116bb

HTML with inline CSS

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

#7116bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7116bb Color code Preview on White Background

This is how #7116bb Color code will look on white background color. Color contrast ratio is 8.29

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

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(113,22,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(96,187,22,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(113,22,187,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.