#771F64

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

Shades of Palatinate Purple #771F64

Tints of Palatinate Purple #771F64

Color information

#771F64 (or 0x771F64) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1F and 64. RGB value is (119,31,100). Sum of RGB (Red+Green+Blue) = 119+31+100=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #771F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771F64 is #88E09B. Grayscale: #404040. Windows color (decimal): -8970396 or 6561655. OLE color: 6561655.

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

Color convert

RGB11931100-
CMYK00.740.160.53
HSL312.95º58.67%29.41%-
HSV(B)312.95º73.95%46.67%-
XYZ10.45.8212.63-
YUV65.18147.65166.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 31 (12.5% from 255) = 12.4%
BLUE value IS 100 (39.45% from 255) = 40%
R=47.6%
G=12.4%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193110000.740.160.53312.9558.6729.41
Hex771F6404A10351393b1d
Octal16737144011220654717335
Binary1110111111111100100010010101000011010110011100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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