COLOR #574481

HEX: #574481
RGB: (87,68,129)

Color info

#574481 contains mainly red and blue colors. Web safe color of #574481 is #663399 (or #639).

RGB color model

#574481 color RGB value is (87,68,129).

  • red value is 87;
  • green value is 68;
  • blue value is 129.
RGB:
(87,68,129)
(34%,27%,51%)

RGB channels and saturation

R 87 of 255 = 34%
G 68 of 255 = 27%
B 129 of 255 = 51%

87
68
129

R + G + B ~ 37%. #574481 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 68 + 129 = 284 (100%)
R 87 of 284 ~ 30.63%
G 68 of 284 ~ 23.94%
B 129 of 284 ~ 45.42%

%30.63
%23.94
%45.42

CMYK color model

#574481 color CMYK value is (33,47,0,49).

  • cyan value is 32.56%
  • magenta value is 47.29%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(33,47,0,49)
C33M47Y0K49 
(33%,47%,0%,49%)
(0.33/0.47/0.00/0.49)	

CMYK percentages

%32.56
%47.29
%0
%49.41

Codes

Color #574481 in popluar color models

574481
RGB8768129
HSL259°30.96%38.63%
HSB/HSV259°47.29%50.59%
CMYK32.56%47.29%0.00%
49.41%

Color #574481 in popluar number systems.

HEX574481
Decimal8768129
Binary1010111100010010000001
Octal127104201

Shades and tints

Shades of #574481

#574481
(87,68,129)
#503E76
(80,62,118)
#49386B
(73,56,107)
#423260
(66,50,96)
#3B2C55
(59,44,85)
#34264A
(52,38,74)
#2D203F
(45,32,63)
#261A34
(38,26,52)
#1F1429
(31,20,41)
#180E1E
(24,14,30)
#110813
(17,8,19)
#000000
(0,0,0)

Tints of #574481

#574481
(87,68,129)
#66558C
(102,85,140)
#756697
(117,102,151)
#8477A2
(132,119,162)
#9388AD
(147,136,173)
#A299B8
(162,153,184)
#B1AAC3
(177,170,195)
#C0BBCE
(192,187,206)
#CFCCD9
(207,204,217)
#DEDDE4
(222,221,228)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574481 color. Also use rgb(87,68,129) instead hex code.

Text Font Color

.myTextColor { color: #574481; }

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

This text font color is #574481.


Background Color

.myBgColor { background-color: #574481; }

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

This div background color is #574481.


Border color

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

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

This div border color is #574481.


Opacity

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

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

Text with #574481 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 #574481;}

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

This text has shadow with #574481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574481 on black background.


Color preview on white background

This text has color #574481 on white background.



Black color preview on #574481 background

This text has black color on #574481 background.


White color preview on #574481 background

This text has white color on #574481 background.