#772664

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

Shades of Palatinate Purple #772664

Tints of Palatinate Purple #772664

Color information

#772664 (or 0x772664) is unknown color: approx Palatinate Purple. HEX triplet: 77, 26 and 64. RGB value is (119,38,100). Sum of RGB (Red+Green+Blue) = 119+38+100=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #772664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772664 is #88D99B. Grayscale: #454545. Windows color (decimal): -8968604 or 6563447. OLE color: 6563447.

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

Color convert

RGB11938100-
CMYK00.680.160.53
HSL314.07º51.59%30.78%-
HSV(B)314.07º68.07%46.67%-
XYZ10.66.2312.7-
YUV69.29145.34163.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=46.30%
G=14.79%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193810000.680.160.53314.0751.5930.78
Hex772664044103513a341f
Octal16746144010420654726437
Binary11101111001101100100010001001000011010110011101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772664; }

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

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

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

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

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

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

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

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