#771662

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

Shades of Palatinate Purple #771662

Tints of Palatinate Purple #771662

Color information

#771662 (or 0x771662) is unknown color: approx Palatinate Purple. HEX triplet: 77, 16 and 62. RGB value is (119,22,98). Sum of RGB (Red+Green+Blue) = 119+22+98=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #771662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771662 is #88E99D. Grayscale: #3B3B3B. Windows color (decimal): -8972702 or 6428279. OLE color: 6428279.

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

Color convert

RGB1192298-
CMYK00.820.180.53
HSL312.99º68.79%27.65%-
HSV(B)312.99º81.51%46.67%-
XYZ10.15.3812.06-
YUV59.67149.64170.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=49.79%
G=9.21%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119229800.820.180.53312.9968.7927.65
Hex7716620521235139451c
Octal167261420122226547110534
Binary11101111011011000100101001010010110101100111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771662; }

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

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

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

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

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

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

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

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