#772966

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

Shades of Palatinate Purple #772966

Tints of Palatinate Purple #772966

Color information

#772966 (or 0x772966) is unknown color: approx Palatinate Purple. HEX triplet: 77, 29 and 66. RGB value is (119,41,102). Sum of RGB (Red+Green+Blue) = 119+41+102=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #772966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772966 is #88D699. Grayscale: #474747. Windows color (decimal): -8967834 or 6695287. OLE color: 6695287.

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

Color convert

RGB11941102-
CMYK00.660.140.53
HSL313.08º48.75%31.37%-
HSV(B)313.08º65.55%46.67%-
XYZ10.86.4713.25-
YUV71.28145.34162.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 102 (40.23% from 255) = 38.93%
R=45.42%
G=15.65%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194110200.660.140.53313.0848.7531.37
Hex772966042E35139311f
Octal16751146010216654716137
Binary1110111101001110011001000010111011010110011100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772966; }

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

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

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

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

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

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

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

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