#772E6D

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

Shades of Palatinate Purple #772E6D

Tints of Palatinate Purple #772E6D

Color information

#772E6D (or 0x772E6D) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2E and 6D. RGB value is (119,46,109). Sum of RGB (Red+Green+Blue) = 119+46+109=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #772E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772E6D is #88D192. Grayscale: #4A4A4A. Windows color (decimal): -8966547 or 7155319. OLE color: 7155319.

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

Color convert

RGB11946109-
CMYK00.610.080.53
HSL308.22º44.24%32.35%-
HSV(B)308.22º61.34%46.67%-
XYZ11.356.9815.22-
YUV75.01147.18159.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 46 (18.36% from 255) = 16.79%
BLUE value IS 109 (42.97% from 255) = 39.78%
R=43.43%
G=16.79%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194610900.610.080.53308.2244.2432.35
Hex772E6D03D8351342c20
Octal1675615507510654645440
Binary1110111101110110110101111011000110101100110100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,46,109); }

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

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

 a { background-color: rgb(119,46,109); }

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

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

 span { border-color: rgb(119,46,109); }

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