crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#7100ff hex color - Violet - Cool color - Information

#7100ff hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #7100ff Color code in RGB color code model is created after adding 44.31% red color, 0% green color and 100% blue color. Hex #7100ff Color code in CMYK color (process color) code model is generated after subtraction of 56% cyan, 100% magenta, 0% yellow and 0% black.

Hex #7100ff color code is between #7700ee web safe hex color code and #6600dd web safe hex color code. #7700ee is the nearest web safe color code. You can see here many more shades of #7100ff color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Code7100ff#7100ff
RGB Decimal113, 0, 255rgb(113, 0, 255)
RGB Percent44%, 0%, 100%rgb(44%, 0%, 100%)
CSS RGBa113, 0, 255,1rgba(113,0,255,1)
CMYK Modelcmyk(56%,100%,0%,0%)
HSL Color Space267,100% ,50%hsl(267,100% ,50%)
HSV Color Space267°, 100%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100010000000011111111
Octal1610377
Decimal1130255
Hex7100ff

Different shades of #7100ff color code.

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

Light Shade of #7100ff
#8d33ff
Dark Shade of #7100ff
#5a00cc
Saturated Shade of #7100ff
#7100ff
Desaturated Shade of #7100ff
#720df2
Grey scale Shade of #7100ff
#808080
Brighten Shade
#8a19ff
Most Readable Shade
#FFFFFF

Shades of #7100ff color code

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

#7100ff
#6400e2
#5700c6
#4b00aa
#3e008d
#320071
#250055
#190038
#0c001c
#000000

Similar Color like #7100ff color

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

#7201ff
#7302ff
#7403ff
#7504ff
#7605ff
#7706ff
#7807ff
#7908ff
#7a09ff
#7b0aff
#7c0bff
#7d0cff
#7e0dff
#7f0eff
#7000fe
#6f00fd
#6e00fc
#6d00fb
#6c00fa
#6b00f9
#6a00f8
#6900f7
#6800f6
#6700f5
#6600f4
#6500f3
#6400f2
#6300f1

Monochromatic Color with #7100ff

#7100ff
#13002a
#260055
#390080
#4b00aa
#5e00d4

Tints of #7100ff Color

#7100ff
#801cff
#9038ff
#a055ff
#b071ff
#bf8dff
#cfaaff
#dfc6ff
#efe2ff
#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

#7100ff
#8eff00

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

Split Complementary

#7100ff
#fff000
#0fff00

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

Analogous Color

#0b00ff
#3e00ff
#7100ff
#a400ff
#d700ff

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

#7100ff
#ff7100
#00ff71

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

#7100ff
#ff000e
#8eff00
#00fff1

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

#7100ff
#8eff00
#0fff00
#f000ff

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 #7100ff 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.

#7100ff Color Code Preview on Black Background Color

This is how #7100ff Color will look on black background color. Color contrast ratio is 3.15

#7100ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7100ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7100ff

#7100ff color code is use for CSS Background Color

Background color for the above div is #7100ff

HTML with inline CSS

<div style="background-color:#7100ff;"></div>

#7100ff color code is use for CSS Border Color

CSS Border color for the above div is #7100ff

HTML with inline CSS

<div style="border:5px solid #7100ff;"></div>

CSS Border Left color for the above div is #7100ff

HTML with inline CSS

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

CSS Border Right color for the above div is #7100ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7100ff

HTML with inline CSS

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

CSS Border Top color for the above div is #7100ff

HTML with inline CSS

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

#7100ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7100ff Color code Preview on White Background

This is how #7100ff Color code will look on white background color. Color contrast ratio is 6.67

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.