#771A65

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

Shades of Palatinate Purple #771A65

Tints of Palatinate Purple #771A65

Color information

#771A65 (or 0x771A65) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1A and 65. RGB value is (119,26,101). Sum of RGB (Red+Green+Blue) = 119+26+101=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #771A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771A65 is #88E59A. Grayscale: #3E3E3E. Windows color (decimal): -8971675 or 6625911. OLE color: 6625911.

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

Color convert

RGB11926101-
CMYK00.780.150.53
HSL311.61º64.14%28.43%-
HSV(B)311.61º78.15%46.67%-
XYZ10.335.612.85-
YUV62.36149.81168.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=48.37%
G=10.57%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192610100.780.150.53311.6164.1428.43
Hex771A6504EF35138401c
Octal167321450116176547010034
Binary1110111110101100101010011101111110101100111000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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