#771D68

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

Shades of Palatinate Purple #771D68

Tints of Palatinate Purple #771D68

Color information

#771D68 (or 0x771D68) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1D and 68. RGB value is (119,29,104). Sum of RGB (Red+Green+Blue) = 119+29+104=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #771D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D68 is #88E297. Grayscale: #404040. Windows color (decimal): -8970904 or 6823287. OLE color: 6823287.

HSL color Cylindrical-coordinate representation of color #771D68: hue angle of 310º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771D68 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB11929104-
CMYK00.760.130.53
HSL310º60.81%29.02%-
HSV(B)310º75.63%46.67%-
XYZ10.555.813.66-
YUV64.46150.32166.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 29 (11.72% from 255) = 11.51%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=47.22%
G=11.51%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192910400.760.130.5331060.8129.02
Hex771D6804CD351363d1d
Octal16735150011415654667535
Binary111011111101110100001001100110111010110011011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,29,104); }

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

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

 a { background-color: rgb(119,29,104); }

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

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

 span { border-color: rgb(119,29,104); }

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