#772A60

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

Shades of Palatinate Purple #772A60

Tints of Palatinate Purple #772A60

Color information

#772A60 (or 0x772A60) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2A and 60. RGB value is (119,42,96). Sum of RGB (Red+Green+Blue) = 119+42+96=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #772A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A60 is #88D59F. Grayscale: #474747. Windows color (decimal): -8967584 or 6302327. OLE color: 6302327.

HSL color Cylindrical-coordinate representation of color #772A60: hue angle of 317.92º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A60 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1194296-
CMYK00.650.190.53
HSL317.92º47.83%31.57%-
HSV(B)317.92º64.71%46.67%-
XYZ10.556.4211.75-
YUV71.18142.01162.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 42 (16.80% from 255) = 16.34%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=46.30%
G=16.34%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119429600.650.190.53317.9247.8331.57
Hex772A60041133513e3020
Octal16752140010123654766040
Binary111011110101011000000100000110011110101100111110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772A60; }

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

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

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

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

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

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

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

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