#771161

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

Shades of Palatinate Purple #771161

Tints of Palatinate Purple #771161

Color information

#771161 (or 0x771161) is unknown color: approx Palatinate Purple. HEX triplet: 77, 11 and 61. RGB value is (119,17,97). Sum of RGB (Red+Green+Blue) = 119+17+97=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #771161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771161 is #88EE9E. Grayscale: #383838. Windows color (decimal): -8973983 or 6361463. OLE color: 6361463.

HSL color Cylindrical-coordinate representation of color #771161: hue angle of 312.94º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771161 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1191797-
CMYK00.860.180.53
HSL312.94º75%26.67%-
HSV(B)312.94º85.71%46.67%-
XYZ9.975.1911.78-
YUV56.62150.79172.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 17 (7.03% from 255) = 7.30%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=51.07%
G=7.30%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119179700.860.180.53312.947526.67
Hex77116105612351394b1b
Octal167211410126226547111333
Binary11101111000111000010101011010010110101100111001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771161; }

 p { color: rgb(119,17,97); }

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

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

 a { background-color: rgb(119,17,97); }

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

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

 span { border-color: rgb(119,17,97); }

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