#773664

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

Shades of Palatinate Purple #773664

Tints of Palatinate Purple #773664

Color information

#773664 (or 0x773664) is unknown color: approx Palatinate Purple. HEX triplet: 77, 36 and 64. RGB value is (119,54,100). Sum of RGB (Red+Green+Blue) = 119+54+100=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #773664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773664 is #88C99B. Grayscale: #4E4E4E. Windows color (decimal): -8964508 or 6567543. OLE color: 6567543.

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

Color convert

RGB11954100-
CMYK00.550.160.53
HSL317.54º37.57%33.92%-
HSV(B)317.54º54.62%46.67%-
XYZ11.237.4812.91-
YUV78.68140.03156.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 54 (21.48% from 255) = 19.78%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=43.59%
G=19.78%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195410000.550.160.53317.5437.5733.92
Hex773664037103513e2622
Octal1676614406720654764642
Binary11101111101101100100011011110000110101100111110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773664; }

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

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

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

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

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

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

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

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