#771E5C

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

Shades of Palatinate Purple #771E5C

Tints of Palatinate Purple #771E5C

Color information

#771E5C (or 0x771E5C) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1E and 5C. RGB value is (119,30,92). Sum of RGB (Red+Green+Blue) = 119+30+92=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #771E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E5C is #88E1A3. Grayscale: #3F3F3F. Windows color (decimal): -8970660 or 6037111. OLE color: 6037111.

HSL color Cylindrical-coordinate representation of color #771E5C: hue angle of 318.2º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E5C is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1193092-
CMYK00.750.230.53
HSL318.2º59.73%29.22%-
HSV(B)318.2º74.79%46.67%-
XYZ105.6210.68-
YUV63.68143.99167.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=49.38%
G=12.45%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119309200.750.230.53318.259.7329.22
Hex771E5C04B173513e3c1d
Octal16736134011327654767435
Binary1110111111101011100010010111011111010110011111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,30,92); }

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

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

 a { background-color: rgb(119,30,92); }

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

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

 span { border-color: rgb(119,30,92); }

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