#771E65

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

Shades of Palatinate Purple #771E65

Tints of Palatinate Purple #771E65

Color information

#771E65 (or 0x771E65) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1E and 65. RGB value is (119,30,101). Sum of RGB (Red+Green+Blue) = 119+30+101=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #771E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E65 is #88E19A. Grayscale: #404040. Windows color (decimal): -8970651 or 6626935. OLE color: 6626935.

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

Color convert

RGB11930101-
CMYK00.750.150.53
HSL312.13º59.73%29.22%-
HSV(B)312.13º74.79%46.67%-
XYZ10.425.7912.88-
YUV64.7148.49166.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 30 (12.11% from 255) = 12%
BLUE value IS 101 (39.84% from 255) = 40.4%
R=47.6%
G=12%
B=40.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193010100.750.150.53312.1359.7329.22
Hex771E6504BF351383c1d
Octal16736145011317654707435
Binary111011111110110010101001011111111010110011100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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