#771E5A

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

Shades of Palatinate Purple #771E5A

Tints of Palatinate Purple #771E5A

Color information

#771E5A (or 0x771E5A) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1E and 5A. RGB value is (119,30,90). Sum of RGB (Red+Green+Blue) = 119+30+90=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #771E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E5A is #88E1A5. Grayscale: #3F3F3F. Windows color (decimal): -8970662 or 5906039. OLE color: 5906039.

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

Color convert

RGB1193090-
CMYK00.750.240.53
HSL319.55º59.73%29.22%-
HSV(B)319.55º74.79%46.67%-
XYZ9.925.5910.23-
YUV63.45142.99167.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 30 (12.11% from 255) = 12.55%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=49.79%
G=12.55%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119309000.750.240.53319.5559.7329.22
Hex771E5A04B18351403c1d
Octal16736132011330655007435
Binary1110111111101011010010010111100011010110100000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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