COLOR #7B0063

HEX: #7B0063 RGB: (123,0,99)

Color info

#7B0063 contains only red and blue colors. Web safe color of #7B0063 is #660066 (or #606).

RGB color model

#7B0063 color RGB value is (123,0,99).

RGB: (123,0,99) (48%, 0%, 39%)

RGB channels and saturation

R 123 of 255 = 48%
G 0 of 255 = 0%
B 99 of 255 = 39%

123
0
99

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

Portions of RGB colors in percentages

R + G + B = 123 + 0 + 99 = 222 (100%)
R 123 of 222 ~ 55.41%
G 0 of 222 ~ 0%
B 99 of 222 ~ 44.59'%

%55.41
%44.59

CMYK color model

#7B0063 color CMYK value is (0,100,20,52).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 19.51%
  • key color value is 51.76%

CMYK: (0,100,20,52)
C0M100Y20K52 (0%, 100%, 20%, 52%)
(0.00 / 1.00 / 0.20 / 0.52)

CMYK percentages

%0
%100
%19.51
%51.76

Codes

Color #7B0063 in popluar color models

7B 00 63
RGB 123 0 99
HSL 312° 100.00% 24.12%
HSB/HSV 312° 100.00% 48.24%
CMYK 0.00% 100.00% 19.51%
51.76%

Color #7B0063 in popluar number systems.

HEX 7B 00 63
Decimal 123 0 99
Binary 1111011 0 1100011
Octal 173 0 143

Shades and tints

Shades of #7B0063

#7B0063
(123,0,99)
#70005A
(112,0,90)
#650051
(101,0,81)
#5A0048
(90,0,72)
#4F003F
(79,0,63)
#440036
(68,0,54)
#39002D
(57,0,45)
#2E0024
(46,0,36)
#23001B
(35,0,27)
#180012
(24,0,18)
#0D0009
(13,0,9)
#000000
(0,0,0)

Tints of #7B0063

#7B0063
(123,0,99)
#871771
(135,23,113)
#932E7F
(147,46,127)
#9F458D
(159,69,141)
#AB5C9B
(171,92,155)
#B773A9
(183,115,169)
#C38AB7
(195,138,183)
#CFA1C5
(207,161,197)
#DBB8D3
(219,184,211)
#E7CFE1
(231,207,225)
#F3E6EF
(243,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B0063 color. Also use rgb(123,0,99) instead hex code.

Text Font Color

.myTextColor { color: #7B0063; }

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

This text font color is #7B0063.

Background Color

.myBgColor { background-color: #7B0063; }

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

This div background color is #7B0063.

Border color

.myBorderColor { border: 1px solid #7B0063; }

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

This div border color is #7B0063.

Opacity

.myOpacity80 { color: #7B0063; opacity: 0.8; }

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

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

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

This text has shadow with #7B0063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B0063.

Preview

Color preview on black background

This text has color #7B0063 on black background.


Color preview on white background

This text has color #7B0063 on white background.


Black color preview on #7B0063 background

This text has black color on #7B0063 background.


White color preview on #7B0063 background

This text has white color on #7B0063 background.


Related colors

Complementary color

Complementary color for #hex is #84FF9C.


I love getcolorcode.com

Triadic colors

1 #637B00 and #00637B with #7B0063 are triadic colors.

2 #63007B and #007B63 with #7B0063 are triadic colors.