#772060

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

Shades of Palatinate Purple #772060

Tints of Palatinate Purple #772060

Color information

#772060 (or 0x772060) is unknown color: approx Palatinate Purple. HEX triplet: 77, 20 and 60. RGB value is (119,32,96). Sum of RGB (Red+Green+Blue) = 119+32+96=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #772060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772060 is #88DF9F. Grayscale: #414141. Windows color (decimal): -8970144 or 6299767. OLE color: 6299767.

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

Color convert

RGB1193296-
CMYK00.730.190.53
HSL315.86º57.62%29.61%-
HSV(B)315.86º73.11%46.67%-
XYZ10.245.811.65-
YUV65.31145.32166.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=48.18%
G=12.96%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119329600.730.190.53315.8657.6229.61
Hex772060049133513c3a1e
Octal16740140011123654747236
Binary11101111000001100000010010011001111010110011110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772060; }

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

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

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

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

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

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

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

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