#771D66

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

Shades of Palatinate Purple #771D66

Tints of Palatinate Purple #771D66

Color information

#771D66 (or 0x771D66) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1D and 66. RGB value is (119,29,102). Sum of RGB (Red+Green+Blue) = 119+29+102=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #771D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D66 is #88E299. Grayscale: #404040. Windows color (decimal): -8970906 or 6692215. OLE color: 6692215.

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

Color convert

RGB11929102-
CMYK00.760.140.53
HSL311.33º60.81%29.02%-
HSV(B)311.33º75.63%46.67%-
XYZ10.455.7613.13-
YUV64.23149.32167.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 29 (11.72% from 255) = 11.6%
BLUE value IS 102 (40.23% from 255) = 40.8%
R=47.6%
G=11.6%
B=40.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192910200.760.140.53311.3360.8129.02
Hex771D6604CE351373d1d
Octal16735146011416654677535
Binary111011111101110011001001100111011010110011011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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