crispedge.com

Color picker

Loading...

#68327a hex color - Violet - Warm color - Information

#68327a hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #68327a Color code in RGB color code model is created after adding 40.78% red color, 19.61% green color and 47.84% blue color. Hex #68327a Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 59% magenta, 0% yellow and 52% black.

Hex #68327a color code is between #663377 web safe hex color code and #772288 web safe hex color code. #663377 is the nearest web safe color code. You can see here many more shades of #68327a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code68327a#68327a
RGB Decimal104, 50, 122rgb(104, 50, 122)
RGB Percent41%, 20%, 48%rgb(41%, 20%, 48%)
CSS RGBa104, 50, 122,1rgba(104,50,122,1)
CMYK Modelcmyk(15%,59%,0%,52%)
HSL Color Space285,42% ,34%hsl(285,42% ,34%)
HSV Color Space285°, 59%, 48%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011010000011001001111010
Octal15062172
Decimal10450122
Hex68327a

Different shades of #68327a color code.

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

Light Shade of #68327a
#87419e
Dark Shade of #68327a
#492356
Saturated Shade of #68327a
#6c2983
Desaturated Shade of #68327a
#643b71
Grey scale Shade of #68327a
#565656
Brighten Shade
#814b93
Most Readable Shade
#FFFFFF

Shades of #68327a color code

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

#68327a
#5c2c6c
#50265e
#452151
#391b43
#2e1636
#221028
#170b1b
#0b050d
#000000

Similar Color like #68327a color

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

#69337b
#6a347c
#6b357d
#6c367e
#6d377f
#6e3880
#6f3981
#703a82
#713b83
#723c84
#733d85
#743e86
#753f87
#764088
#673179
#663078
#652f77
#642e76
#632d75
#622c74
#612b73
#602a72
#5f2971
#5e2870
#5d276f
#5c266e
#5b256d
#5a246c

Monochromatic Color with #68327a

#68327a
#8c43a4
#b055cf
#d566f9
#200f25
#44214f

Tints of #68327a Color

#68327a
#784888
#895f97
#9a76a6
#ab8db5
#bba3c3
#ccbad2
#ddd1e1
#eee8f0
#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

#68327a
#447a32

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

Split Complementary

#68327a
#687a32
#327a44

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

Analogous Color

#4b327a
#5a327a
#68327a
#76327a
#7a326f

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

#68327a
#7a6832
#327a68

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

#68327a
#7a4432
#447a32
#32687a

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

#68327a
#447a32
#327a44
#7a3268

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 #68327a 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.

#68327a Color Code Preview on Black Background Color

This is how #68327a Color will look on black background color. Color contrast ratio is 2.33

#68327a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #68327a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #68327a

#68327a color code is use for CSS Background Color

Background color for the above div is #68327a

HTML with inline CSS

<div style="background-color:#68327a;"></div>

#68327a color code is use for CSS Border Color

CSS Border color for the above div is #68327a

HTML with inline CSS

<div style="border:5px solid #68327a;"></div>

CSS Border Left color for the above div is #68327a

HTML with inline CSS

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

CSS Border Right color for the above div is #68327a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #68327a

HTML with inline CSS

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

CSS Border Top color for the above div is #68327a

HTML with inline CSS

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

#68327a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#68327a Color code Preview on White Background

This is how #68327a Color code will look on white background color. Color contrast ratio is 9.03

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

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(104,50,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(68,122,50,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(104,50,122,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.