#771A61

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

Shades of Palatinate Purple #771A61

Tints of Palatinate Purple #771A61

Color information

#771A61 (or 0x771A61) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1A and 61. RGB value is (119,26,97). Sum of RGB (Red+Green+Blue) = 119+26+97=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #771A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771A61 is #88E59E. Grayscale: #3D3D3D. Windows color (decimal): -8971679 or 6363767. OLE color: 6363767.

HSL color Cylindrical-coordinate representation of color #771A61: hue angle of 314.19º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A61 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1192697-
CMYK00.780.180.53
HSL314.19º64.14%28.43%-
HSV(B)314.19º78.15%46.67%-
XYZ10.135.5211.84-
YUV61.9147.81168.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 26 (10.55% from 255) = 10.74%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=49.17%
G=10.74%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119269700.780.180.53314.1964.1428.43
Hex771A6104E123513a401c
Octal167321410116226547210034
Binary11101111101011000010100111010010110101100111010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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