COLOR #581471

HEX: #581471 RGB: (88,20,113)

Color info

#581471 contains mainly red and blue colors. Web safe color of #581471 is #660066 (or #606).

RGB color model

#581471 color RGB value is (88,20,113).

RGB: (88,20,113) (35%, 8%, 44%)

RGB channels and saturation

R 88 of 255 = 35%
G 20 of 255 = 8%
B 113 of 255 = 44%

88
20
113

R + G + B ~ 29%. #581471 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 20 + 113 = 221 (100%)
R 88 of 221 ~ 39.82%
G 20 of 221 ~ 9.05%
B 113 of 221 ~ 51.13'%

%39.82
%51.13

CMYK color model

#581471 color CMYK value is (22,82,0,56).

  • cyan value is 22.12%
  • magenta value is 82.30%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (22,82,0,56)
C22M82Y0K56 (22%, 82%, 0%, 56%)
(0.22 / 0.82 / 0.00 / 0.56)

CMYK percentages

%22.12
%82.3
%0
%55.69

Codes

Color #581471 in popluar color models

58 14 71
RGB 88 20 113
HSL 284° 69.92% 26.08%
HSB/HSV 284° 82.30% 44.31%
CMYK 22.12% 82.30% 0.00%
55.69%

Color #581471 in popluar number systems.

HEX 58 14 71
Decimal 88 20 113
Binary 1011000 10100 1110001
Octal 130 24 161

Shades and tints

Shades of #581471

#581471
(88,20,113)
#501367
(80,19,103)
#48125D
(72,18,93)
#401153
(64,17,83)
#381049
(56,16,73)
#300F3F
(48,15,63)
#280E35
(40,14,53)
#200D2B
(32,13,43)
#180C21
(24,12,33)
#100B17
(16,11,23)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #581471

#581471
(88,20,113)
#67297D
(103,41,125)
#763E89
(118,62,137)
#855395
(133,83,149)
#9468A1
(148,104,161)
#A37DAD
(163,125,173)
#B292B9
(178,146,185)
#C1A7C5
(193,167,197)
#D0BCD1
(208,188,209)
#DFD1DD
(223,209,221)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581471 color. Also use rgb(88,20,113) instead hex code.

Text Font Color

.myTextColor { color: #581471; }

<p style="color:#581471">This sample text font color is #581471.</p>

This text font color is #581471.

Background Color

.myBgColor { background-color: #581471; }

<div style="background-color:#581471">Inner text</div>

This div background color is #581471.

Border color

.myBorderColor { border: 1px solid #581471; }

<div style="border:3px solid #581471">Div</div>

This div border color is #581471.

Opacity

.myOpacity80 { color: #581471; opacity: 0.8; }

<p style="color:#581471;opacity:0.8;">80%</p>

Text with #581471 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #581471;}

<p style="text-shadow: 3px 3px 1px #581471">Text here.</p>

This text has shadow with #581471 color.


.textShadow {text-shadow: 3px 3px 1px #581471', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #581471, 5px 5px 20px red">Text here.</p>

This text has shadow with #581471 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#581471, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#581471, Direction=45, Strength=4)">Text</p>

This text has shadow with #581471 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #581471;
-webkit-box-shadow: 1px 1px 3px 2px #581471;
box-shadow: 1px 1px 3px 2px #581471;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #581471; -webkit-box-shadow: 1px 1px 3px 2px #581471; box-shadow:1px 1px 3px 2px #581471;">
Div content here
</div>

This div box has shadow with color #581471.

Preview

Color preview on black background

This text has color #581471 on black background.


Color preview on white background

This text has color #581471 on white background.


Black color preview on #581471 background

This text has black color on #581471 background.


White color preview on #581471 background

This text has white color on #581471 background.


Related colors

Complementary color

Complementary color for #hex is #A7EB8E.


I love getcolorcode.com

Triadic colors

1 #715814 and #147158 with #581471 are triadic colors.

2 #711458 and #145871 with #581471 are triadic colors.