crispedge.com

Color picker

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

#601ba1 hex color - Violet - Warm color - Information

#601ba1 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #601ba1 Color code in RGB color code model is created after adding 37.65% red color, 10.59% green color and 63.14% blue color. Hex #601ba1 Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 83% magenta, 0% yellow and 37% black.

Hex #601ba1 color code is between #662299 web safe hex color code and #5511aa web safe hex color code. #662299 is the nearest web safe color code. You can see here many more shades of #601ba1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code601ba1#601ba1
RGB Decimal96, 27, 161rgb(96, 27, 161)
RGB Percent38%, 11%, 63%rgb(38%, 11%, 63%)
CSS RGBa96, 27, 161,1rgba(96,27,161,1)
CMYK Modelcmyk(40%,83%,0%,37%)
HSL Color Space271,71% ,37%hsl(271,71% ,37%)
HSV Color Space271°, 83%, 63%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011000000001101110100001
Octal14033241
Decimal9627161
Hex601ba1

Different shades of #601ba1 color code.

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

Light Shade of #601ba1
#7a22cd
Dark Shade of #601ba1
#461475
Saturated Shade of #601ba1
#6012aa
Desaturated Shade of #601ba1
#602498
Grey scale Shade of #601ba1
#5e5e5e
Brighten Shade
#7934ba
Most Readable Shade
#FFFFFF

Shades of #601ba1 color code

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

#601ba1
#55188f
#4a157d
#40126b
#350f59
#2a0c47
#200935
#150623
#0a0311
#000000

Similar Color like #601ba1 color

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

#611ca2
#621da3
#631ea4
#641fa5
#6520a6
#6621a7
#6722a8
#6823a9
#6924aa
#6a25ab
#6b26ac
#6c27ad
#6d28ae
#6e29af
#5f1aa0
#5e199f
#5d189e
#5c179d
#5b169c
#5a159b
#59149a
#581399
#571298
#561197
#551096
#540f95
#530e94
#520d93

Monochromatic Color with #601ba1

#601ba1
#7922cb
#9329f6
#140621
#2d0d4c
#471476

Tints of #601ba1 Color

#601ba1
#7134ab
#834db5
#9567c0
#a680ca
#b899d5
#cab3df
#dbccea
#ede5f4
#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

#601ba1
#5ca11b

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

Split Complementary

#601ba1
#9fa11b
#1ba11d

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

Analogous Color

#2a1ba1
#451ba1
#601ba1
#7b1ba1
#961ba1

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

#601ba1
#a1601b
#1ba160

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

#601ba1
#a11d1b
#5ca11b
#1b9fa1

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

#601ba1
#5ca11b
#1ba11d
#a11b9f

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 #601ba1 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.

#601ba1 Color Code Preview on Black Background Color

This is how #601ba1 Color will look on black background color. Color contrast ratio is 2.17

#601ba1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #601ba1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #601ba1

#601ba1 color code is use for CSS Background Color

Background color for the above div is #601ba1

HTML with inline CSS

<div style="background-color:#601ba1;"></div>

#601ba1 color code is use for CSS Border Color

CSS Border color for the above div is #601ba1

HTML with inline CSS

<div style="border:5px solid #601ba1;"></div>

CSS Border Left color for the above div is #601ba1

HTML with inline CSS

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

CSS Border Right color for the above div is #601ba1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #601ba1

HTML with inline CSS

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

CSS Border Top color for the above div is #601ba1

HTML with inline CSS

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

#601ba1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#601ba1 Color code Preview on White Background

This is how #601ba1 Color code will look on white background color. Color contrast ratio is 9.68

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

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.