#772E6C

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

Shades of Palatinate Purple #772E6C

Tints of Palatinate Purple #772E6C

Color information

#772E6C (or 0x772E6C) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2E and 6C. RGB value is (119,46,108). Sum of RGB (Red+Green+Blue) = 119+46+108=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #772E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772E6C is #88D193. Grayscale: #4A4A4A. Windows color (decimal): -8966548 or 7089783. OLE color: 7089783.

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

Color convert

RGB11946108-
CMYK00.610.090.53
HSL309.04º44.24%32.35%-
HSV(B)309.04º61.34%46.67%-
XYZ11.296.9614.94-
YUV74.9146.68159.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 46 (18.36% from 255) = 16.85%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=43.59%
G=16.85%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194610800.610.090.53309.0444.2432.35
Hex772E6C03D9351352c20
Octal1675615407511654655440
Binary1110111101110110110001111011001110101100110101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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