Skip to main content Skip to docs navigation

#613a77 hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Dark Pansy and its hex is #653D7C Nearest Color Name

Color Hue/Base color: Violet

Hex #613a77 Color code in RGB color code model is created after adding 38.04% red color, 22.75% green color and 46.67% blue color. Hex #613a77 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 51% magenta, 0% yellow and 53.33% black.

Hex #613a77 color code is between #663366 web safe hex color code and #554488 web safe hex color code. #663366 is the nearest web safe color code. You can see here many more shades of #613a77 color code.

RGB Chart

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

Color Table

Hex Color Code 613a77 #613a77
RGB Decimal 97, 58, 119 97, 58, 119
RGB Percent 38%, 23%, 47% rgb(38%, 23%, 47%)
CSS RGBa 97, 58, 119,1 rgba(97,58,119,1)
CMYK Model cmyk(18%,51%,0%,53.33%)
HSL Color Space 278,34% ,35% hsl(278,34% ,35%)
HSV Color Space 278°, 51%, 47%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01100001 00111010 01110111
Octal 141 72 167
Decimal 97 58 119
Hex 61 3a 77

Different shades of #613a77 color code.

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

Darkest of #613a77
#0d0810
Darker of #613a77
#291932
Dark of #613a77
#452955
Base of #613a77
#613a77
Light of #613a77
#7d4b99
Lighter
#9764b3
Lightest
#ae86c4

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

#613a77
#50773a

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

Split Complementary

#613a77
#6f773a
#3a7743

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

Analogous Color

#3d3a77
#483a77
#613a77
#753a77
#773a5f

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

#613a77
#3a7761
#77613a

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

#613a77
#77613a
#50773a
#3a5077

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#613a77
#77433a
#50773a
#3a6f77

Square 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).

Monochromatic Color with #613a77

#000000
#0d0810
#291932
#452955
#613a77
#7d4b99
#9764b3
#ae86c4
#c5a8d5

Tints of #613a77 Color

#613a77
#724f86
#846595
#957ba4
#a791b3
#b8a7c2
#cabdd1
#dbd3e0
#ede9ef
#ffffff

Shades of #613a77 color code

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

#613a77
#563369
#4b2d5c
#40264f
#352042
#2b1934
#201327
#150c1a
#0a060d
#000000

Tones

#613a77
#5c4c65
#595959
#595959
#595959

Tones

Similar Color like #613a77 color

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

#623b78
#633c79
#643d7a
#653e7b
#663f7c
#67407d
#68417e
#69427f
#6a4380
#6b4481
#6c4582
#6d4683
#6e4784
#6f4885
#603976
#5f3875
#5e3774
#5d3673
#5c3572
#5b3471
#5a3370
#59326f
#58316e
#57306d
#562f6c
#552e6b
#542d6a
#532c69

Download this Dark Violet

Hex #613a77 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.

#613a77 Color Code Preview on Black Background Color

This is how #613a77 Color will look on black background color. Color contrast ratio is 2.38

#613a77 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #613a77

HTML with inline CSS

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

Your Example Paragraph content text in with font color #613a77

#613a77 color code is use for CSS Background Color

Background color for the above div is #613a77

HTML with inline CSS

<div style="background-color:#613a77;"></div>

#613a77 color code is use for CSS Border Color

CSS Border color for the above div is #613a77

HTML with inline CSS

<div style="border:5px solid #613a77;"></div>

CSS Border Left color for the above div is #613a77

HTML with inline CSS

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

CSS Border Right color for the above div is #613a77

HTML with inline CSS

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

CSS Border Bottom color for the above div is #613a77

HTML with inline CSS

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

CSS Border Top color for the above div is #613a77

HTML with inline CSS

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

#613a77 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#613a77 Color code Preview on White Background

This is how #613a77 Color code will look on white background color. Color contrast ratio is 8.82

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(97,58,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(80,119,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(97,58,119,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }