COLOR #501266

HEX: #501266 RGB: (80,18,102)

Color info

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

RGB color model

#501266 color RGB value is (80,18,102).

RGB: (80,18,102) (31%, 7%, 40%)

RGB channels and saturation

R 80 of 255 = 31%
G 18 of 255 = 7%
B 102 of 255 = 40%

80
18
102

R + G + B ~ 26%. #501266 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 18 + 102 = 200 (100%)
R 80 of 200 ~ 40%
G 18 of 200 ~ 9%
B 102 of 200 ~ 51'%

%40
%51

CMYK color model

#501266 color CMYK value is (22,82,0,60).

  • cyan value is 21.57%
  • magenta value is 82.35%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (22,82,0,60)
C22M82Y0K60 (22%, 82%, 0%, 60%)
(0.22 / 0.82 / 0.00 / 0.60)

CMYK percentages

%21.57
%82.35
%0
%60

Codes

Color #501266 in popluar color models

50 12 66
RGB 80 18 102
HSL 284° 70.00% 23.53%
HSB/HSV 284° 82.35% 40.00%
CMYK 21.57% 82.35% 0.00%
60.00%

Color #501266 in popluar number systems.

HEX 50 12 66
Decimal 80 18 102
Binary 1010000 10010 1100110
Octal 120 22 146

Shades and tints

Shades of #501266

#501266
(80,18,102)
#49115D
(73,17,93)
#421054
(66,16,84)
#3B0F4B
(59,15,75)
#340E42
(52,14,66)
#2D0D39
(45,13,57)
#260C30
(38,12,48)
#1F0B27
(31,11,39)
#180A1E
(24,10,30)
#110915
(17,9,21)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #501266

#501266
(80,18,102)
#5F2773
(95,39,115)
#6E3C80
(110,60,128)
#7D518D
(125,81,141)
#8C669A
(140,102,154)
#9B7BA7
(155,123,167)
#AA90B4
(170,144,180)
#B9A5C1
(185,165,193)
#C8BACE
(200,186,206)
#D7CFDB
(215,207,219)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501266 color. Also use rgb(80,18,102) instead hex code.

Text Font Color

.myTextColor { color: #501266; }

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

This text font color is #501266.

Background Color

.myBgColor { background-color: #501266; }

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

This div background color is #501266.

Border color

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

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

This div border color is #501266.

Opacity

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

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

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

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

This text has shadow with #501266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #501266.

Preview

Color preview on black background

This text has color #501266 on black background.


Color preview on white background

This text has color #501266 on white background.


Black color preview on #501266 background

This text has black color on #501266 background.


White color preview on #501266 background

This text has white color on #501266 background.


Related colors

Complementary color

Complementary color for #hex is #AFED99.


I love getcolorcode.com

Triadic colors

1 #665012 and #126650 with #501266 are triadic colors.

2 #661250 and #125066 with #501266 are triadic colors.