#771E5E

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

Shades of Palatinate Purple #771E5E

Tints of Palatinate Purple #771E5E

Color information

#771E5E (or 0x771E5E) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1E and 5E. RGB value is (119,30,94). Sum of RGB (Red+Green+Blue) = 119+30+94=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #771E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E5E is #88E1A1. Grayscale: #3F3F3F. Windows color (decimal): -8970658 or 6168183. OLE color: 6168183.

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

Color convert

RGB1193094-
CMYK00.750.210.53
HSL316.85º59.73%29.22%-
HSV(B)316.85º74.79%46.67%-
XYZ10.095.6611.15-
YUV63.91144.99167.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 30 (12.11% from 255) = 12.35%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=48.97%
G=12.35%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119309400.750.210.53316.8559.7329.22
Hex771E5E04B153513d3c1d
Octal16736136011325654757435
Binary1110111111101011110010010111010111010110011110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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