#771E5D

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

Shades of Palatinate Purple #771E5D

Tints of Palatinate Purple #771E5D

Color information

#771E5D (or 0x771E5D) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1E and 5D. RGB value is (119,30,93). Sum of RGB (Red+Green+Blue) = 119+30+93=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #771E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E5D is #88E1A2. Grayscale: #3F3F3F. Windows color (decimal): -8970659 or 6102647. OLE color: 6102647.

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

Color convert

RGB1193093-
CMYK00.750.220.53
HSL317.53º59.73%29.22%-
HSV(B)317.53º74.79%46.67%-
XYZ10.055.6410.92-
YUV63.79144.49167.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 30 (12.11% from 255) = 12.40%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=49.17%
G=12.40%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119309300.750.220.53317.5359.7329.22
Hex771E5D04B163513e3c1d
Octal16736135011326654767435
Binary1110111111101011101010010111011011010110011111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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