#773164

Color #773164 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #773164

Tints of Palatinate Purple #773164

Color information

#773164 (or 0x773164) is unknown color: approx Palatinate Purple. HEX triplet: 77, 31 and 64. RGB value is (119,49,100). Sum of RGB (Red+Green+Blue) = 119+49+100=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #773164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773164 is #88CE9B. Grayscale: #4B4B4B. Windows color (decimal): -8965788 or 6566263. OLE color: 6566263.

HSL color Cylindrical-coordinate representation of color #773164: hue angle of 316.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773164 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB11949100-
CMYK00.590.160.53
HSL316.29º41.67%32.94%-
HSV(B)316.29º58.82%46.67%-
XYZ11.017.0412.84-
YUV75.74141.69158.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=44.40%
G=18.28%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194910000.590.160.53316.2941.6732.94
Hex77316403B103513c2a21
Octal1676114407320654745241
Binary11101111100011100100011101110000110101100111100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773164; }

 p { color: rgb(119,49,100); }

 H1.HeaderClassName
 {
   color: #773164;
 }
 .AnyTagClassName
 {
   color: #773164;
 }
</style>
background-color css

<style>
 a { background-color: #773164; }

 a { background-color: rgb(119,49,100); }

 div.DivClassName
 {
   background-color: #773164;
 }
 .BgClassName
 {
   background-color: #773164;
 }
</style>
border-color css

<style>
 span { border-color: #773164; }

 span { border-color: rgb(119,49,100); }

 td.TdClassName
 {
   border-color: #773164;
 }
 .TagClassName
 {
   border-color: #773164;
 }
</style>