#772059

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

Shades of Palatinate Purple #772059

Tints of Palatinate Purple #772059

Color information

#772059 (or 0x772059) is unknown color: approx Palatinate Purple. HEX triplet: 77, 20 and 59. RGB value is (119,32,89). Sum of RGB (Red+Green+Blue) = 119+32+89=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #772059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772059 is #88DFA6. Grayscale: #404040. Windows color (decimal): -8970151 or 5841015. OLE color: 5841015.

HSL color Cylindrical-coordinate representation of color #772059: hue angle of 320.69º 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 #772059 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1193289-
CMYK00.730.250.53
HSL320.69º57.62%29.61%-
HSV(B)320.69º73.11%46.67%-
XYZ9.935.6810.02-
YUV64.51141.82166.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=49.58%
G=13.33%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119328900.730.250.53320.6957.6229.61
Hex77205904919351413a1e
Octal16740131011131655017236
Binary11101111000001011001010010011100111010110100000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772059; }

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

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

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

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

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

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

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

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