#773160

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

Shades of Palatinate Purple #773160

Tints of Palatinate Purple #773160

Color information

#773160 (or 0x773160) is unknown color: approx Palatinate Purple. HEX triplet: 77, 31 and 60. RGB value is (119,49,96). Sum of RGB (Red+Green+Blue) = 119+49+96=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #773160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773160 is #88CE9F. Grayscale: #4B4B4B. Windows color (decimal): -8965792 or 6304119. OLE color: 6304119.

HSL color Cylindrical-coordinate representation of color #773160: hue angle of 319.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773160 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1194996-
CMYK00.590.190.53
HSL319.71º41.67%32.94%-
HSV(B)319.71º58.82%46.67%-
XYZ10.826.9611.84-
YUV75.29139.69159.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=45.08%
G=18.56%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119499600.590.190.53319.7141.6732.94
Hex77316003B13351402a21
Octal1676114007323655005241
Binary11101111100011100000011101110011110101101000000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773160; }

 p { color: rgb(119,49,96); }

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

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

 a { background-color: rgb(119,49,96); }

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

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

 span { border-color: rgb(119,49,96); }

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