COLOR #502661

HEX: #502661
RGB: (80,38,97)

Color info

#502661 contains red, green and blue colors in about the same proportion. Web safe color of #502661 is #663366 (or #636).

RGB color model

#502661 color RGB value is (80,38,97).

  • red value is 80;
  • green value is 38;
  • blue value is 97.
RGB:
(80,38,97)
(31%,15%,38%)

RGB channels and saturation

R 80 of 255 = 31%
G 38 of 255 = 15%
B 97 of 255 = 38%

80
38
97

R + G + B ~ 28%. #502661 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 38 + 97 = 215 (100%)
R 80 of 215 ~ 37.21%
G 38 of 215 ~ 17.67%
B 97 of 215 ~ 45.12%

%37.21
%17.67
%45.12

CMYK color model

#502661 color CMYK value is (18,61,0,62).

  • cyan value is 17.53%
  • magenta value is 60.82%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(18,61,0,62)
C18M61Y0K62 
(18%,61%,0%,62%)
(0.18/0.61/0.00/0.62)	

CMYK percentages

%17.53
%60.82
%0
%61.96

Codes

Color #502661 in popluar color models

502661
RGB803897
HSL283°43.70%26.47%
HSB/HSV283°60.82%38.04%
CMYK17.53%60.82%0.00%
61.96%

Color #502661 in popluar number systems.

HEX502661
Decimal803897
Binary10100001001101100001
Octal12046141

Shades and tints

Shades of #502661

#502661
(80,38,97)
#492359
(73,35,89)
#422051
(66,32,81)
#3B1D49
(59,29,73)
#341A41
(52,26,65)
#2D1739
(45,23,57)
#261431
(38,20,49)
#1F1129
(31,17,41)
#180E21
(24,14,33)
#110B19
(17,11,25)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #502661

#502661
(80,38,97)
#5F396F
(95,57,111)
#6E4C7D
(110,76,125)
#7D5F8B
(125,95,139)
#8C7299
(140,114,153)
#9B85A7
(155,133,167)
#AA98B5
(170,152,181)
#B9ABC3
(185,171,195)
#C8BED1
(200,190,209)
#D7D1DF
(215,209,223)
#E6E4ED
(230,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502661 color. Also use rgb(80,38,97) instead hex code.

Text Font Color

.myTextColor { color: #502661; }

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

This text font color is #502661.


Background Color

.myBgColor { background-color: #502661; }

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

This div background color is #502661.


Border color

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

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

This div border color is #502661.


Opacity

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

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

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

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

This text has shadow with #502661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502661 on black background.


Color preview on white background

This text has color #502661 on white background.



Black color preview on #502661 background

This text has black color on #502661 background.


White color preview on #502661 background

This text has white color on #502661 background.