COLOR #7C63A4

HEX: #7C63A4
RGB: (124,99,164)

Renk bilgisi

#7C63A4 contains mainly red and blue colors. #7C63A4 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7C63A4 color RGB value is (124,99,164).

  • kırmız ton 124;
  • yeşil ton 99;
  • mavi ton 164.
RGB:
(124,99,164)
(49%,39%,64%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 99 of 255 = 39%
B 164 of 255 = 64%

124
99
164

R + G + B ~ 51%. #7C63A4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 99 + 164 = 387 (100%)
R 124 of 387 ~ 32.04%
G 99 of 387 ~ 25.58%
B 164 of 387 ~ 42.38%

%32.04
%25.58
%42.38

CMYK RENK MODELİ

#7C63A4 rengi CMYK tonu (24,40,0,36).

  • camgöbeği tonu 24.39%
  • eflatun tonu 39.63%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(24,40,0,36)
C24M40Y0K36 
(24%,40%,0%,36%)
(0.24/0.40/0.00/0.36)	

CMYK yüzdeleri

%24.39
%39.63
%0
%35.69

Codes

Color #7C63A4 in popluar color models

7C63A4
RGB12499164
HSL263°26.32%51.57%
HSB/HSV263°39.63%64.31%
CMYK24.39%39.63%0.00%
35.69%

Color #7C63A4 in popluar number systems.

HEX7C63A4
Decimal12499164
Binary1111100110001110100100
Octal174143244

Shades and tints

Shades of #7C63A4

#7C63A4
(124,99,164)
#715A96
(113,90,150)
#665188
(102,81,136)
#5B487A
(91,72,122)
#503F6C
(80,63,108)
#45365E
(69,54,94)
#3A2D50
(58,45,80)
#2F2442
(47,36,66)
#241B34
(36,27,52)
#191226
(25,18,38)
#0E0918
(14,9,24)
#000000
(0,0,0)

Tints of #7C63A4

#7C63A4
(124,99,164)
#8771AC
(135,113,172)
#927FB4
(146,127,180)
#9D8DBC
(157,141,188)
#A89BC4
(168,155,196)
#B3A9CC
(179,169,204)
#BEB7D4
(190,183,212)
#C9C5DC
(201,197,220)
#D4D3E4
(212,211,228)
#DFE1EC
(223,225,236)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C63A4 color. Also use rgb(124,99,164) instead hex code.

Text Font Color

.myTextColor { color: #7C63A4; }

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

This text font color is #7C63A4.


Background Color

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

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

This div background color is #7C63A4.


Border color

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

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

This div border color is #7C63A4.


Opacity

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

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

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

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

This text has shadow with #7C63A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C63A4 on black background.


Color preview on white background

This text has color #7C63A4 on white background.



Black color preview on #7C63A4 background

This text has black color on #7C63A4 background.


White color preview on #7C63A4 background

This text has white color on #7C63A4 background.