#771A64

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

Shades of Palatinate Purple #771A64

Tints of Palatinate Purple #771A64

Color information

#771A64 (or 0x771A64) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1A and 64. RGB value is (119,26,100). Sum of RGB (Red+Green+Blue) = 119+26+100=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #771A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771A64 is #88E59B. Grayscale: #3E3E3E. Windows color (decimal): -8971676 or 6560375. OLE color: 6560375.

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

Color convert

RGB11926100-
CMYK00.780.160.53
HSL312.26º64.14%28.43%-
HSV(B)312.26º78.15%46.67%-
XYZ10.285.5812.59-
YUV62.24149.31168.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 100 (39.45% from 255) = 40.82%
R=48.57%
G=10.61%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192610000.780.160.53312.2664.1428.43
Hex771A6404E1035138401c
Octal167321440116206547010034
Binary11101111101011001000100111010000110101100111000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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