#771664

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

Shades of Palatinate Purple #771664

Tints of Palatinate Purple #771664

Color information

#771664 (or 0x771664) is unknown color: approx Palatinate Purple. HEX triplet: 77, 16 and 64. RGB value is (119,22,100). Sum of RGB (Red+Green+Blue) = 119+22+100=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #771664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771664 is #88E99B. Grayscale: #3B3B3B. Windows color (decimal): -8972700 or 6559351. OLE color: 6559351.

HSL color Cylindrical-coordinate representation of color #771664: hue angle of 311.75º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771664 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB11922100-
CMYK00.820.160.53
HSL311.75º68.79%27.65%-
HSV(B)311.75º81.51%46.67%-
XYZ10.195.4212.56-
YUV59.9150.64170.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 100 (39.45% from 255) = 41.49%
R=49.38%
G=9.13%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192210000.820.160.53311.7568.7927.65
Hex7716640521035138451c
Octal167261440122206547010534
Binary11101111011011001000101001010000110101100111000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771664; }

 p { color: rgb(119,22,100); }

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

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

 a { background-color: rgb(119,22,100); }

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

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

 span { border-color: rgb(119,22,100); }

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