#772A64

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

Shades of Palatinate Purple #772A64

Tints of Palatinate Purple #772A64

Color information

#772A64 (or 0x772A64) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2A and 64. RGB value is (119,42,100). Sum of RGB (Red+Green+Blue) = 119+42+100=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #772A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A64 is #88D59B. Grayscale: #474747. Windows color (decimal): -8967580 or 6564471. OLE color: 6564471.

HSL color Cylindrical-coordinate representation of color #772A64: hue angle of 314.81º 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 #772A64 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB11942100-
CMYK00.650.160.53
HSL314.81º47.83%31.57%-
HSV(B)314.81º64.71%46.67%-
XYZ10.746.512.74-
YUV71.64144.01161.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 42 (16.80% from 255) = 16.09%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=45.59%
G=16.09%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194210000.650.160.53314.8147.8331.57
Hex772A64041103513b3020
Octal16752144010120654736040
Binary111011110101011001000100000110000110101100111011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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