#773964

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

Shades of Palatinate Purple #773964

Tints of Palatinate Purple #773964

Color information

#773964 (or 0x773964) is unknown color: approx Palatinate Purple. HEX triplet: 77, 39 and 64. RGB value is (119,57,100). Sum of RGB (Red+Green+Blue) = 119+57+100=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #773964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773964 is #88C69B. Grayscale: #505050. Windows color (decimal): -8963740 or 6568311. OLE color: 6568311.

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

Color convert

RGB11957100-
CMYK00.520.160.53
HSL318.39º35.23%34.51%-
HSV(B)318.39º52.1%46.67%-
XYZ11.377.7712.96-
YUV80.44139.04155.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=43.12%
G=20.65%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195710000.520.160.53318.3935.2334.51
Hex773964034103513e2323
Octal1677114406420654764343
Binary11101111110011100100011010010000110101100111110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773964; }

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

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

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

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

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

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

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

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