crispedge.com

Color picker

Loading...

#793c9f hex color - Violet - Warm color - Information

#793c9f hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #793c9f Color code in RGB color code model is created after adding 47.45% red color, 23.53% green color and 62.35% blue color. Hex #793c9f Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 62% magenta, 0% yellow and 38% black.

Hex #793c9f color code is between #774499 web safe hex color code and #8833aa web safe hex color code. #774499 is the nearest web safe color code. You can see here many more shades of #793c9f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code793c9f#793c9f
RGB Decimal121, 60, 159rgb(121, 60, 159)
RGB Percent47%, 24%, 62%rgb(47%, 24%, 62%)
CSS RGBa121, 60, 159,1rgba(121,60,159,1)
CMYK Modelcmyk(24%,62%,0%,38%)
HSL Color Space277,45% ,43%hsl(277,45% ,43%)
HSV Color Space277°, 62%, 62%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011110010011110010011111
Octal17174237
Decimal12160159
Hex793c9f

Different shades of #793c9f color code.

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

Light Shade of #793c9f
#9451bd
Dark Shade of #793c9f
#5d2e7a
Saturated Shade of #793c9f
#7c31aa
Desaturated Shade of #793c9f
#764794
Grey scale Shade of #793c9f
#6d6d6d
Brighten Shade
#9255b8
Most Readable Shade
#FFFFFF

Shades of #793c9f color code

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

#793c9f
#6b358d
#5e2e7b
#50286a
#432158
#351a46
#281435
#1a0d23
#0d0611
#000000

Similar Color like #793c9f color

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

#7a3da0
#7b3ea1
#7c3fa2
#7d40a3
#7e41a4
#7f42a5
#8043a6
#8144a7
#8245a8
#8346a9
#8447aa
#8548ab
#8649ac
#874aad
#783b9e
#773a9d
#76399c
#75389b
#74379a
#733699
#723598
#713497
#703396
#6f3295
#6e3194
#6d3093
#6c2f92
#6b2e91

Monochromatic Color with #793c9f

#793c9f
#994cc9
#ba5cf4
#180c1f
#381c4a
#592c74

Tints of #793c9f Color

#793c9f
#8751a9
#9667b4
#a57dbf
#b492c9
#c3a8d4
#d2bedf
#e1d3e9
#f0e9f4
#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

#793c9f
#629f3c

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

Split Complementary

#793c9f
#939f3c
#3c9f48

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

Analogous Color

#513c9f
#653c9f
#793c9f
#8d3c9f
#9f3c9d

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

#793c9f
#9f793c
#3c9f79

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

#793c9f
#9f483c
#629f3c
#3c939f

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

#793c9f
#629f3c
#3c9f48
#9f3c93

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 #793c9f 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.

#793c9f Color Code Preview on Black Background Color

This is how #793c9f Color will look on black background color. Color contrast ratio is 2.96

#793c9f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #793c9f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #793c9f

#793c9f color code is use for CSS Background Color

Background color for the above div is #793c9f

HTML with inline CSS

<div style="background-color:#793c9f;"></div>

#793c9f color code is use for CSS Border Color

CSS Border color for the above div is #793c9f

HTML with inline CSS

<div style="border:5px solid #793c9f;"></div>

CSS Border Left color for the above div is #793c9f

HTML with inline CSS

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

CSS Border Right color for the above div is #793c9f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #793c9f

HTML with inline CSS

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

CSS Border Top color for the above div is #793c9f

HTML with inline CSS

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

#793c9f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#793c9f Color code Preview on White Background

This is how #793c9f Color code will look on white background color. Color contrast ratio is 7.09

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

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(121,60,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(98,159,60,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(121,60,159,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.