crispedge.com

Color picker

Loading...

#7426cc hex color - Violet - Cool color - Information

#7426cc hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #7426cc Color code in RGB color code model is created after adding 45.49% red color, 14.9% green color and 80% blue color. Hex #7426cc Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 81% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7426cc#7426cc
RGB Decimal116, 38, 204rgb(116, 38, 204)
RGB Percent45%, 15%, 80%rgb(45%, 15%, 80%)
CSS RGBa116, 38, 204,1rgba(116,38,204,1)
CMYK Modelcmyk(43%,81%,0%,20%)
HSL Color Space268,69% ,47%hsl(268,69% ,47%)
HSV Color Space268°, 81%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101000010011011001100
Octal16446314
Decimal11638204
Hex7426cc

Different shades of #7426cc color code.

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

Light Shade of #7426cc
#8e48dd
Dark Shade of #7426cc
#5c1ea1
Saturated Shade of #7426cc
#731ad8
Desaturated Shade of #7426cc
#7532c0
Grey scale Shade of #7426cc
#797979
Brighten Shade
#8d3fe5
Most Readable Shade
#FFFFFF

Shades of #7426cc color code

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

#7426cc
#6721b5
#5a1d9e
#4d1988
#401571
#33105a
#260c44
#19082d
#0c0416
#000000

Similar Color like #7426cc color

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

#7527cd
#7628ce
#7729cf
#782ad0
#792bd1
#7a2cd2
#7b2dd3
#7c2ed4
#7d2fd5
#7e30d6
#7f31d7
#8032d8
#8133d9
#8234da
#7325cb
#7224ca
#7123c9
#7022c8
#6f21c7
#6e20c6
#6d1fc5
#6c1ec4
#6b1dc3
#6a1cc2
#691bc1
#681ac0
#6719bf
#6618be

Monochromatic Color with #7426cc

#7426cc
#8c2ef6
#130622
#2b0e4c
#441677
#5c1ea1

Tints of #7426cc Color

#7426cc
#833ed1
#9256d7
#a26edd
#b186e2
#c19ee8
#d0b6ee
#e0cef3
#efe6f9
#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

#7426cc
#7ecc26

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

Split Complementary

#7426cc
#ccc726
#2bcc26

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

Analogous Color

#3226cc
#5326cc
#7426cc
#9526cc
#b626cc

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

#7426cc
#cc7426
#26cc74

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

#7426cc
#cc262b
#7ecc26
#26ccc7

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

#7426cc
#7ecc26
#2bcc26
#c726cc

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 #7426cc 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.

#7426cc Color Code Preview on Black Background Color

This is how #7426cc Color will look on black background color. Color contrast ratio is 2.89

#7426cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7426cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7426cc

#7426cc color code is use for CSS Background Color

Background color for the above div is #7426cc

HTML with inline CSS

<div style="background-color:#7426cc;"></div>

#7426cc color code is use for CSS Border Color

CSS Border color for the above div is #7426cc

HTML with inline CSS

<div style="border:5px solid #7426cc;"></div>

CSS Border Left color for the above div is #7426cc

HTML with inline CSS

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

CSS Border Right color for the above div is #7426cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7426cc

HTML with inline CSS

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

CSS Border Top color for the above div is #7426cc

HTML with inline CSS

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

#7426cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7426cc Color code Preview on White Background

This is how #7426cc Color code will look on white background color. Color contrast ratio is 7.26

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

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(116,38,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(126,204,38,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(116,38,204,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.