#771F59

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

Shades of Palatinate Purple #771F59

Tints of Palatinate Purple #771F59

Color information

#771F59 (or 0x771F59) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1F and 59. RGB value is (119,31,89). Sum of RGB (Red+Green+Blue) = 119+31+89=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #771F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771F59 is #88E0A6. Grayscale: #3F3F3F. Windows color (decimal): -8970407 or 5840759. OLE color: 5840759.

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

Color convert

RGB1193189-
CMYK00.740.250.53
HSL320.45º58.67%29.41%-
HSV(B)320.45º73.95%46.67%-
XYZ9.95.6210.01-
YUV63.92142.15167.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 31 (12.5% from 255) = 12.97%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=49.79%
G=12.97%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119318900.740.250.53320.4558.6729.41
Hex771F5904A19351403b1d
Octal16737131011231655007335
Binary1110111111111011001010010101100111010110100000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,31,89); }

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

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

 a { background-color: rgb(119,31,89); }

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

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

 span { border-color: rgb(119,31,89); }

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