#772964

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

Shades of Palatinate Purple #772964

Tints of Palatinate Purple #772964

Color information

#772964 (or 0x772964) is unknown color: approx Palatinate Purple. HEX triplet: 77, 29 and 64. RGB value is (119,41,100). Sum of RGB (Red+Green+Blue) = 119+41+100=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #772964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772964 is #88D69B. Grayscale: #464646. Windows color (decimal): -8967836 or 6564215. OLE color: 6564215.

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

Color convert

RGB11941100-
CMYK00.660.160.53
HSL314.62º48.75%31.37%-
HSV(B)314.62º65.55%46.67%-
XYZ10.76.4312.73-
YUV71.05144.34162.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 100 (39.45% from 255) = 38.46%
R=45.77%
G=15.77%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194110000.660.160.53314.6248.7531.37
Hex772964042103513b311f
Octal16751144010220654736137
Binary11101111010011100100010000101000011010110011101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772964; }

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

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

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

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

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

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

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

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