#772764

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

Shades of Palatinate Purple #772764

Tints of Palatinate Purple #772764

Color information

#772764 (or 0x772764) is unknown color: approx Palatinate Purple. HEX triplet: 77, 27 and 64. RGB value is (119,39,100). Sum of RGB (Red+Green+Blue) = 119+39+100=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #772764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772764 is #88D89B. Grayscale: #454545. Windows color (decimal): -8968348 or 6563703. OLE color: 6563703.

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

Color convert

RGB11939100-
CMYK00.670.160.53
HSL314.25º50.63%30.98%-
HSV(B)314.25º67.23%46.67%-
XYZ10.636.2912.71-
YUV69.87145163.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=46.12%
G=15.12%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193910000.670.160.53314.2550.6330.98
Hex772764043103513a331f
Octal16747144010320654726337
Binary11101111001111100100010000111000011010110011101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772764; }

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

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

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

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

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

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

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

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