#772D66

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

Shades of Palatinate Purple #772D66

Tints of Palatinate Purple #772D66

Color information

#772D66 (or 0x772D66) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2D and 66. RGB value is (119,45,102). Sum of RGB (Red+Green+Blue) = 119+45+102=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #772D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D66 is #88D299. Grayscale: #494949. Windows color (decimal): -8966810 or 6696311. OLE color: 6696311.

HSL color Cylindrical-coordinate representation of color #772D66: hue angle of 313.78º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772D66 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB11945102-
CMYK00.620.140.53
HSL313.78º45.12%32.16%-
HSV(B)313.78º62.18%46.67%-
XYZ10.946.7613.3-
YUV73.62144.02160.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 45 (17.97% from 255) = 16.92%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=44.74%
G=16.92%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194510200.620.140.53313.7845.1232.16
Hex772D6603EE3513a2d20
Octal1675514607616654725540
Binary1110111101101110011001111101110110101100111010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772D66; }

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

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

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

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

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

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

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

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