crispedge.com

Color picker

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

#70597a hex color - Violet - Warm color - Information

#70597a hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #70597a Color code in RGB color code model is created after adding 43.92% red color, 34.9% green color and 47.84% blue color. Hex #70597a Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 27% magenta, 0% yellow and 52% black.

Hex #70597a color code is between #775577 web safe hex color code and #666688 web safe hex color code. #775577 is the nearest web safe color code. You can see here many more shades of #70597a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code70597a#70597a
RGB Decimal112, 89, 122rgb(112, 89, 122)
RGB Percent44%, 35%, 48%rgb(44%, 35%, 48%)
CSS RGBa112, 89, 122,1rgba(112,89,122,1)
CMYK Modelcmyk(8%,27%,0%,52%)
HSL Color Space282,16% ,41%hsl(282,16% ,41%)
HSV Color Space282°, 27%, 48%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100000101100101111010
Octal160131172
Decimal11289122
Hex70597a

Different shades of #70597a color code.

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

Light Shade of #70597a
#8b7096
Dark Shade of #70597a
#55435c
Saturated Shade of #70597a
#744e85
Desaturated Shade of #70597a
#6c646f
Grey scale Shade of #70597a
#696969
Brighten Shade
#897293
Most Readable Shade
#FFFFFF

Shades of #70597a color code

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

#70597a
#634f6c
#57455e
#4a3b51
#3e3143
#312736
#251d28
#18131b
#0c090d
#000000

Similar Color like #70597a color

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

#715a7b
#725b7c
#735c7d
#745d7e
#755e7f
#765f80
#776081
#786182
#796283
#7a6384
#7b6485
#7c6586
#7d6687
#7e6788
#6f5879
#6e5778
#6d5677
#6c5576
#6b5475
#6a5374
#695273
#685172
#675071
#664f70
#654e6f
#644d6e
#634c6d
#624b6c

Monochromatic Color with #70597a

#70597a
#9778a4
#be97cf
#e5b6f9
#221b25
#493a4f

Tints of #70597a Color

#70597a
#7f6b88
#8f7d97
#9f90a6
#afa2b5
#bfb5c3
#cfc7d2
#dfdae1
#efecf0
#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

#70597a
#637a59

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

Split Complementary

#70597a
#747a59
#597a5f

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

Analogous Color

#63597a
#69597a
#70597a
#77597a
#7a5977

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

#70597a
#7a7059
#597a70

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

#70597a
#7a6059
#637a59
#59737a

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

#70597a
#637a59
#597a5f
#7a5974

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 #70597a 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.

#70597a Color Code Preview on Black Background Color

This is how #70597a Color will look on black background color. Color contrast ratio is 3.40

#70597a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #70597a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #70597a

#70597a color code is use for CSS Background Color

Background color for the above div is #70597a

HTML with inline CSS

<div style="background-color:#70597a;"></div>

#70597a color code is use for CSS Border Color

CSS Border color for the above div is #70597a

HTML with inline CSS

<div style="border:5px solid #70597a;"></div>

CSS Border Left color for the above div is #70597a

HTML with inline CSS

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

CSS Border Right color for the above div is #70597a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #70597a

HTML with inline CSS

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

CSS Border Top color for the above div is #70597a

HTML with inline CSS

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

#70597a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#70597a Color code Preview on White Background

This is how #70597a Color code will look on white background color. Color contrast ratio is 6.18

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

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.