#773965

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

Shades of Palatinate Purple #773965

Tints of Palatinate Purple #773965

Color information

#773965 (or 0x773965) is unknown color: approx Palatinate Purple. HEX triplet: 77, 39 and 65. RGB value is (119,57,101). Sum of RGB (Red+Green+Blue) = 119+57+101=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #773965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773965 is #88C69A. Grayscale: #505050. Windows color (decimal): -8963739 or 6633847. OLE color: 6633847.

HSL color Cylindrical-coordinate representation of color #773965: hue angle of 317.42º 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 #773965 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB11957101-
CMYK00.520.150.53
HSL317.42º35.23%34.51%-
HSV(B)317.42º52.1%46.67%-
XYZ11.427.7913.21-
YUV80.55139.54155.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=42.96%
G=20.58%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195710100.520.150.53317.4235.2334.51
Hex773965034F3513d2323
Octal1677114506417654754343
Binary1110111111001110010101101001111110101100111101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773965; }

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

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

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

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

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

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

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

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