Skip to main content Skip to docs navigation

#60287d 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 Pantone 268 C and its hex is #582C83 Nearest Color Name

Color Hue/Base color: Violet

Hex #60287d Color code in RGB color code model is created after adding 37.65% red color, 15.69% green color and 49.02% blue color. Hex #60287d Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 68% magenta, 0% yellow and 50.98% black.

Hex #60287d color code is between #662277 web safe hex color code and #553388 web safe hex color code. #662277 is the nearest web safe color code. You can see here many more shades of #60287d color code.

RGB Chart

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

Color Table

Hex Color Code 60287d #60287d
RGB Decimal 96, 40, 125 96, 40, 125
RGB Percent 38%, 16%, 49% rgb(38%, 16%, 49%)
CSS RGBa 96, 40, 125,1 rgba(96,40,125,1)
CMYK Model cmyk(23%,68%,0%,50.98%)
HSL Color Space 280,52% ,32% hsl(280,52% ,32%)
HSV Color Space 280°, 68%, 49%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01100000 00101000 01111101
Octal 140 50 175
Decimal 96 40 125
Hex 60 28 7d

Different shades of #60287d color code.

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

Darkest of #60287d
#070309
Darker of #60287d
#250f30
Dark of #60287d
#421c56
Base of #60287d
#60287d
Light of #60287d
#7e34a4
Lighter
#9947c4
Lightest
#af6ed0

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

#60287d
#457d28

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

Split Complementary

#60287d
#6f7d28
#287d35

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

Analogous Color

#2e287d
#3d287d
#60287d
#7c287d
#7d285a

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

#60287d
#287d60
#7d6028

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

#60287d
#7d6028
#457d28
#28457d

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

#60287d
#7d3528
#457d28
#286f7d

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 #60287d

#000000
#070309
#250f30
#421c56
#60287d
#7e34a4
#9947c4
#af6ed0
#c494dd

Tints of #60287d Color

#60287d
#713f8b
#835799
#956fa8
#a687b6
#b89fc5
#cab7d3
#dbcfe2
#ede7f0
#ffffff

Shades of #60287d color code

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

#60287d
#55236f
#4a1f61
#401a53
#351645
#2a1137
#200d29
#15081b
#0a040d
#000000

Tones

#60287d
#5b386c
#56495c
#525252
#525252

Tones

Similar Color like #60287d color

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

#61297e
#622a7f
#632b80
#642c81
#652d82
#662e83
#672f84
#683085
#693186
#6a3287
#6b3388
#6c3489
#6d358a
#6e368b
#5f277c
#5e267b
#5d257a
#5c2479
#5b2378
#5a2277
#592176
#582075
#571f74
#561e73
#551d72
#541c71
#531b70
#521a6f

Download this Dark Violet

Hex #60287d 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.

#60287d Color Code Preview on Black Background Color

This is how #60287d Color will look on black background color. Color contrast ratio is 2.10

#60287d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #60287d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #60287d

#60287d color code is use for CSS Background Color

Background color for the above div is #60287d

HTML with inline CSS

<div style="background-color:#60287d;"></div>

#60287d color code is use for CSS Border Color

CSS Border color for the above div is #60287d

HTML with inline CSS

<div style="border:5px solid #60287d;"></div>

CSS Border Left color for the above div is #60287d

HTML with inline CSS

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

CSS Border Right color for the above div is #60287d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #60287d

HTML with inline CSS

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

CSS Border Top color for the above div is #60287d

HTML with inline CSS

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

#60287d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#60287d Color code Preview on White Background

This is how #60287d Color code will look on white background color. Color contrast ratio is 10.01

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

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