crispedge.com

Color picker

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

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

#7126ff hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7126ff#7126ff
RGB Decimal113, 38, 255rgb(113, 38, 255)
RGB Percent44%, 15%, 100%rgb(44%, 15%, 100%)
CSS RGBa113, 38, 255,1rgba(113,38,255,1)
CMYK Modelcmyk(56%,85%,0%,0%)
HSL Color Space261,100% ,57%hsl(261,100% ,57%)
HSV Color Space261°, 85%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100010010011011111111
Octal16146377
Decimal11338255
Hex7126ff

Different shades of #7126ff color code.

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

Light Shade of #7126ff
#9259ff
Dark Shade of #7126ff
#5400f2
Saturated Shade of #7126ff
#7126ff
Desaturated Shade of #7126ff
#7431f4
Grey scale Shade of #7126ff
#929292
Brighten Shade
#8a3fff
Most Readable Shade
#FFFFFF

Shades of #7126ff color code

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

#7126ff
#6421e2
#571dc6
#4b19aa
#3e158d
#321071
#250c55
#190838
#0c041c
#000000

Similar Color like #7126ff color

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

#7227ff
#7328ff
#7429ff
#752aff
#762bff
#772cff
#782dff
#792eff
#7a2fff
#7b30ff
#7c31ff
#7d32ff
#7e33ff
#7f34ff
#7025fe
#6f24fd
#6e23fc
#6d22fb
#6c21fa
#6b20f9
#6a1ff8
#691ef7
#681df6
#671cf5
#661bf4
#651af3
#6419f2
#6318f1

Monochromatic Color with #7126ff

#7126ff
#13062a
#260d55
#391380
#4b19aa
#5e20d4

Tints of #7126ff Color

#7126ff
#803eff
#9056ff
#a06eff
#b086ff
#bf9eff
#cfb6ff
#dfceff
#efe6ff
#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

#7126ff
#b4ff26

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

Split Complementary

#7126ff
#ffdd26
#48ff26

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

Analogous Color

#2632ff
#4626ff
#7126ff
#9c26ff
#c826ff

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

#7126ff
#ff7126
#26ff71

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

#7126ff
#ff2647
#b4ff26
#26ffdd

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

#7126ff
#b4ff26
#48ff26
#dd26ff

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

#7126ff Color Code Preview on Black Background Color

This is how #7126ff Color will look on black background color. Color contrast ratio is 3.42

#7126ff in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7126ff color code is use for CSS Background Color

Background color for the above div is #7126ff

HTML with inline CSS

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

#7126ff color code is use for CSS Border Color

CSS Border color for the above div is #7126ff

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7126ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7126ff Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.