crispedge.com

Color picker

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

#6c2a77 hex color - Violet - Warm color - Information

#6c2a77 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #6c2a77 Color code in RGB color code model is created after adding 42.35% red color, 16.47% green color and 46.67% blue color. Hex #6c2a77 Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 65% magenta, 0% yellow and 53% black.

Hex #6c2a77 color code is between #662266 web safe hex color code and #773388 web safe hex color code. #662266 is the nearest web safe color code. You can see here many more shades of #6c2a77 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6c2a77#6c2a77
RGB Decimal108, 42, 119rgb(108, 42, 119)
RGB Percent42%, 16%, 47%rgb(42%, 16%, 47%)
CSS RGBa108, 42, 119,1rgba(108,42,119,1)
CMYK Modelcmyk(9%,65%,0%,53%)
HSL Color Space291,48% ,32%hsl(291,48% ,32%)
HSV Color Space291°, 65%, 47%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011011000010101001110111
Octal15452167
Decimal10842119
Hex6c2a77

Different shades of #6c2a77 color code.

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

Light Shade of #6c2a77
#8e379d
Dark Shade of #6c2a77
#4a1d51
Saturated Shade of #6c2a77
#72227f
Desaturated Shade of #6c2a77
#66326f
Grey scale Shade of #6c2a77
#505050
Brighten Shade
#854390
Most Readable Shade
#FFFFFF

Shades of #6c2a77 color code

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

#6c2a77
#602569
#54205c
#481c4f
#3c1742
#301234
#240e27
#18091a
#0c040d
#000000

Similar Color like #6c2a77 color

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

#6d2b78
#6e2c79
#6f2d7a
#702e7b
#712f7c
#72307d
#73317e
#74327f
#753380
#763481
#773582
#783683
#793784
#7a3885
#6b2976
#6a2875
#692774
#682673
#672572
#662471
#652370
#64226f
#63216e
#62206d
#611f6c
#601e6b
#5f1d6a
#5e1c69

Monochromatic Color with #6c2a77

#6c2a77
#9339a1
#b948cc
#e057f6
#1f0c22
#451b4c

Tints of #6c2a77 Color

#6c2a77
#7c4186
#8c5995
#9d71a4
#ad88b3
#bda0c2
#ceb8d1
#decfe0
#eee7ef
#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

#6c2a77
#35772a

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

Split Complementary

#6c2a77
#5b772a
#2a7746

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

Analogous Color

#4d2a77
#5d2a77
#6c2a77
#772a73
#772a63

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

#6c2a77
#776c2a
#2a776c

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

#6c2a77
#77452a
#35772a
#2a5b77

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

#6c2a77
#35772a
#2a7746
#772a5b

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 #6c2a77 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.

#6c2a77 Color Code Preview on Black Background Color

This is how #6c2a77 Color will look on black background color. Color contrast ratio is 2.24

#6c2a77 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6c2a77

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6c2a77

#6c2a77 color code is use for CSS Background Color

Background color for the above div is #6c2a77

HTML with inline CSS

<div style="background-color:#6c2a77;"></div>

#6c2a77 color code is use for CSS Border Color

CSS Border color for the above div is #6c2a77

HTML with inline CSS

<div style="border:5px solid #6c2a77;"></div>

CSS Border Left color for the above div is #6c2a77

HTML with inline CSS

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

CSS Border Right color for the above div is #6c2a77

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6c2a77

HTML with inline CSS

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

CSS Border Top color for the above div is #6c2a77

HTML with inline CSS

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

#6c2a77 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6c2a77 Color code Preview on White Background

This is how #6c2a77 Color code will look on white background color. Color contrast ratio is 9.40

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

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.