#771A66

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

Shades of Palatinate Purple #771A66

Tints of Palatinate Purple #771A66

Color information

#771A66 (or 0x771A66) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1A and 66. RGB value is (119,26,102). Sum of RGB (Red+Green+Blue) = 119+26+102=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #771A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771A66 is #88E599. Grayscale: #3E3E3E. Windows color (decimal): -8971674 or 6691447. OLE color: 6691447.

HSL color Cylindrical-coordinate representation of color #771A66: hue angle of 310.97º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A66 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB11926102-
CMYK00.780.140.53
HSL310.97º64.14%28.43%-
HSV(B)310.97º78.15%46.67%-
XYZ10.385.6213.11-
YUV62.47150.31168.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 26 (10.55% from 255) = 10.53%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=48.18%
G=10.53%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192610200.780.140.53310.9764.1428.43
Hex771A6604EE35137401c
Octal167321460116166546710034
Binary1110111110101100110010011101110110101100110111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771A66; }

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

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

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

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

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

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

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

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