COLOR #531E78

HEX: #531E78 RGB: (83,30,120)

Color info

#531E78 contains mainly red and blue colors. Web safe color of #531E78 is #663366 (or #636).

RGB color model

#531E78 color RGB value is (83,30,120).

RGB: (83,30,120) (33%, 12%, 47%)

RGB channels and saturation

R 83 of 255 = 33%
G 30 of 255 = 12%
B 120 of 255 = 47%

83
30
120

R + G + B ~ 31%. #531E78 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 30 + 120 = 233 (100%)
R 83 of 233 ~ 35.62%
G 30 of 233 ~ 12.88%
B 120 of 233 ~ 51.5'%

%35.62
%12.88
%51.5

CMYK color model

#531E78 color CMYK value is (31,75,0,53).

  • cyan value is 30.83%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (31,75,0,53)
C31M75Y0K53 (31%, 75%, 0%, 53%)
(0.31 / 0.75 / 0.00 / 0.53)

CMYK percentages

%30.83
%75
%0
%52.94

Codes

Color #531E78 in popluar color models

53 1E 78
RGB 83 30 120
HSL 275° 60.00% 29.41%
HSB/HSV 275° 75.00% 47.06%
CMYK 30.83% 75.00% 0.00%
52.94%

Color #531E78 in popluar number systems.

HEX 53 1E 78
Decimal 83 30 120
Binary 1010011 11110 1111000
Octal 123 36 170

Shades and tints

Shades of #531E78

#531E78
(83,30,120)
#4C1C6E
(76,28,110)
#451A64
(69,26,100)
#3E185A
(62,24,90)
#371650
(55,22,80)
#301446
(48,20,70)
#29123C
(41,18,60)
#221032
(34,16,50)
#1B0E28
(27,14,40)
#140C1E
(20,12,30)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #531E78

#531E78
(83,30,120)
#623284
(98,50,132)
#714690
(113,70,144)
#805A9C
(128,90,156)
#8F6EA8
(143,110,168)
#9E82B4
(158,130,180)
#AD96C0
(173,150,192)
#BCAACC
(188,170,204)
#CBBED8
(203,190,216)
#DAD2E4
(218,210,228)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531E78 color. Also use rgb(83,30,120) instead hex code.

Text Font Color

.myTextColor { color: #531E78; }

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

This text font color is #531E78.

Background Color

.myBgColor { background-color: #531E78; }

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

This div background color is #531E78.

Border color

.myBorderColor { border: 1px solid #531E78; }

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

This div border color is #531E78.

Opacity

.myOpacity80 { color: #531E78; opacity: 0.8; }

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

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

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

This text has shadow with #531E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #531E78.

Preview

Color preview on black background

This text has color #531E78 on black background.


Color preview on white background

This text has color #531E78 on white background.


Black color preview on #531E78 background

This text has black color on #531E78 background.


White color preview on #531E78 background

This text has white color on #531E78 background.


Related colors

Complementary color

Complementary color for #hex is #ACE187.


I love getcolorcode.com

Triadic colors

1 #78531E and #1E7853 with #531E78 are triadic colors.

2 #781E53 and #1E5378 with #531E78 are triadic colors.