#771665

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

Shades of Palatinate Purple #771665

Tints of Palatinate Purple #771665

Color information

#771665 (or 0x771665) is unknown color: approx Palatinate Purple. HEX triplet: 77, 16 and 65. RGB value is (119,22,101). Sum of RGB (Red+Green+Blue) = 119+22+101=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #771665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771665 is #88E99A. Grayscale: #3B3B3B. Windows color (decimal): -8972699 or 6624887. OLE color: 6624887.

HSL color Cylindrical-coordinate representation of color #771665: hue angle of 311.13º 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 #771665 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB11922101-
CMYK00.820.150.53
HSL311.13º68.79%27.65%-
HSV(B)311.13º81.51%46.67%-
XYZ10.245.4412.82-
YUV60.01151.14170.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 22 (8.98% from 255) = 9.09%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=49.17%
G=9.09%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192210100.820.150.53311.1368.7927.65
Hex771665052F35137451c
Octal167261450122176546710534
Binary1110111101101100101010100101111110101100110111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771665; }

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

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

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

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

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

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

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

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