crispedge.com

Color picker

Loading...

#7427bd hex color - Violet - Warm color - Information

#7427bd hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #7427bd Color code in RGB color code model is created after adding 45.49% red color, 15.29% green color and 74.12% blue color. Hex #7427bd Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 79% magenta, 0% yellow and 26% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7427bd#7427bd
RGB Decimal116, 39, 189rgb(116, 39, 189)
RGB Percent45%, 15%, 74%rgb(45%, 15%, 74%)
CSS RGBa116, 39, 189,1rgba(116,39,189,1)
CMYK Modelcmyk(39%,79%,0%,26%)
HSL Color Space271,66% ,45%hsl(271,66% ,45%)
HSV Color Space271°, 79%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101000010011110111101
Octal16447275
Decimal11639189
Hex7427bd

Different shades of #7427bd color code.

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

Light Shade of #7427bd
#8e3fd7
Dark Shade of #7427bd
#5a1e93
Saturated Shade of #7427bd
#741cc8
Desaturated Shade of #7427bd
#7432b2
Grey scale Shade of #7427bd
#727272
Brighten Shade
#8d40d6
Most Readable Shade
#FFFFFF

Shades of #7427bd color code

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

#7427bd
#6722a8
#5a1e93
#4d1a7e
#401569
#331154
#260d3f
#19082a
#0c0415
#000000

Similar Color like #7427bd color

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

#7528be
#7629bf
#772ac0
#782bc1
#792cc2
#7a2dc3
#7b2ec4
#7c2fc5
#7d30c6
#7e31c7
#7f32c8
#8033c9
#8134ca
#8235cb
#7326bc
#7225bb
#7124ba
#7023b9
#6f22b8
#6e21b7
#6d20b6
#6c1fb5
#6b1eb4
#6a1db3
#691cb2
#681bb1
#671ab0
#6619af

Monochromatic Color with #7427bd

#7427bd
#8e30e7
#0c0413
#260d3d
#401568
#5a1e92

Tints of #7427bd Color

#7427bd
#833fc4
#9257cb
#a26fd3
#b187da
#c19fe1
#d0b7e9
#e0cff0
#efe7f7
#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

#7427bd
#70bd27

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

Split Complementary

#7427bd
#bbbd27
#27bd29

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

Analogous Color

#3827bd
#5627bd
#7427bd
#9227bd
#b027bd

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

#7427bd
#bd7427
#27bd74

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

#7427bd
#bd2927
#70bd27
#27bbbd

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

#7427bd
#70bd27
#27bd29
#bd27bb

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 #7427bd 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.

#7427bd Color Code Preview on Black Background Color

This is how #7427bd Color will look on black background color. Color contrast ratio is 2.77

#7427bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7427bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7427bd

#7427bd color code is use for CSS Background Color

Background color for the above div is #7427bd

HTML with inline CSS

<div style="background-color:#7427bd;"></div>

#7427bd color code is use for CSS Border Color

CSS Border color for the above div is #7427bd

HTML with inline CSS

<div style="border:5px solid #7427bd;"></div>

CSS Border Left color for the above div is #7427bd

HTML with inline CSS

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

CSS Border Right color for the above div is #7427bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7427bd

HTML with inline CSS

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

CSS Border Top color for the above div is #7427bd

HTML with inline CSS

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

#7427bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7427bd Color code Preview on White Background

This is how #7427bd Color code will look on white background color. Color contrast ratio is 7.59

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

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,39,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(112,189,39,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(116,39,189,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.