#771E64

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

Shades of Palatinate Purple #771E64

Tints of Palatinate Purple #771E64

Color information

#771E64 (or 0x771E64) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1E and 64. RGB value is (119,30,100). Sum of RGB (Red+Green+Blue) = 119+30+100=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #771E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E64 is #88E19B. Grayscale: #404040. Windows color (decimal): -8970652 or 6561399. OLE color: 6561399.

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

Color convert

RGB11930100-
CMYK00.750.160.53
HSL312.81º59.73%29.22%-
HSV(B)312.81º74.79%46.67%-
XYZ10.375.7712.62-
YUV64.59147.99166.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 30 (12.11% from 255) = 12.05%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=47.79%
G=12.05%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193010000.750.160.53312.8159.7329.22
Hex771E6404B10351393c1d
Octal16736144011320654717435
Binary1110111111101100100010010111000011010110011100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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