Skip to main content Skip to docs navigation

#560caa 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 Indiviolet Sunset and its hex is #6611AA Nearest Color Name

Color Hue/Base color: Violet

Hex #560caa Color code in RGB color code model is created after adding 33.73% red color, 4.71% green color and 66.67% blue color. Hex #560caa Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 93% magenta, 0% yellow and 33.33% black.

Hex #560caa color code is between #551199 web safe hex color code and #6600bb web safe hex color code. #551199 is the nearest web safe color code. You can see here many more shades of #560caa color code.

RGB Chart

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

Color Table

Hex Color Code 560caa #560caa
RGB Decimal 86, 12, 170 86, 12, 170
RGB Percent 34%, 5%, 67% rgb(34%, 5%, 67%)
CSS RGBa 86, 12, 170,1 rgba(86,12,170,1)
CMYK Model cmyk(49%,93%,0%,33.33%)
HSL Color Space 268,87% ,36% hsl(268,87% ,36%)
HSV Color Space 268°, 93%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010110 00001100 10101010
Octal 126 14 252
Decimal 86 12 170
Hex 56 0c aa

Different shades of #560caa color code.

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

Darkest of #560caa
#0e021b
Darker of #560caa
#26054b
Dark of #560caa
#3e097a
Base of #560caa
#560caa
Light of #560caa
#6e0fda
Lighter
#882cf0
Lightest
#a35cf3

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

#560caa
#60aa0c

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

Split Complementary

#560caa
#aaa50c
#11aa0c

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

Analogous Color

#0c1eaa
#140caa
#560caa
#8b0caa
#aa0c88

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

#560caa
#0caa56
#aa560c

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

#560caa
#aa560c
#60aa0c
#0c60aa

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

#560caa
#aa0c11
#60aa0c
#0caaa5

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 #560caa

#000000
#0e021b
#26054b
#3e097a
#560caa
#6e0fda
#882cf0
#a35cf3
#be8bf7

Tints of #560caa Color

#560caa
#6827b3
#7b42bc
#8e5dc6
#a178cf
#b393d9
#c6aee2
#d9c9ec
#ece4f5
#ffffff

Shades of #560caa color code

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

#560caa
#4c0a97
#420984
#390871
#2f065e
#26054b
#1c0438
#130225
#090112
#000000

Tones

#560caa
#571e98
#583086
#594373
#5b5561

Tones

Similar Color like #560caa color

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

#570dab
#580eac
#590fad
#5a10ae
#5b11af
#5c12b0
#5d13b1
#5e14b2
#5f15b3
#6016b4
#6117b5
#6218b6
#6319b7
#641ab8
#550ba9
#540aa8
#5309a7
#5208a6
#5107a5
#5006a4
#4f05a3
#4e04a2
#4d03a1
#4c02a0
#4b019f
#4a009e
#49009d
#48009c

Download this Dark Violet

Hex #560caa 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.

#560caa Color Code Preview on Black Background Color

This is how #560caa Color will look on black background color. Color contrast ratio is 2.03

#560caa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #560caa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #560caa

#560caa color code is use for CSS Background Color

Background color for the above div is #560caa

HTML with inline CSS

<div style="background-color:#560caa;"></div>

#560caa color code is use for CSS Border Color

CSS Border color for the above div is #560caa

HTML with inline CSS

<div style="border:5px solid #560caa;"></div>

CSS Border Left color for the above div is #560caa

HTML with inline CSS

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

CSS Border Right color for the above div is #560caa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #560caa

HTML with inline CSS

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

CSS Border Top color for the above div is #560caa

HTML with inline CSS

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

#560caa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#560caa Color code Preview on White Background

This is how #560caa Color code will look on white background color. Color contrast ratio is 10.35

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

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(86,12,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(96,170,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(86,12,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }