#771E66

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

Shades of Palatinate Purple #771E66

Tints of Palatinate Purple #771E66

Color information

#771E66 (or 0x771E66) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1E and 66. RGB value is (119,30,102). Sum of RGB (Red+Green+Blue) = 119+30+102=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #771E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E66 is #88E199. Grayscale: #404040. Windows color (decimal): -8970650 or 6692471. OLE color: 6692471.

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

Color convert

RGB11930102-
CMYK00.750.140.53
HSL311.46º59.73%29.22%-
HSV(B)311.46º74.79%46.67%-
XYZ10.475.8113.14-
YUV64.82148.99166.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 102 (40.23% from 255) = 40.64%
R=47.41%
G=11.95%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193010200.750.140.53311.4659.7329.22
Hex771E6604BE351373c1d
Octal16736146011316654677435
Binary111011111110110011001001011111011010110011011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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