#772C66

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

Shades of Palatinate Purple #772C66

Tints of Palatinate Purple #772C66

Color information

#772C66 (or 0x772C66) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2C and 66. RGB value is (119,44,102). Sum of RGB (Red+Green+Blue) = 119+44+102=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #772C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C66 is #88D399. Grayscale: #484848. Windows color (decimal): -8967066 or 6696055. OLE color: 6696055.

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

Color convert

RGB11944102-
CMYK00.630.140.53
HSL313.6º46.01%31.96%-
HSV(B)313.6º63.03%46.67%-
XYZ10.916.6813.29-
YUV73.04144.35160.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=44.91%
G=16.60%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194410200.630.140.53313.646.0131.96
Hex772C6603FE3513a2e20
Octal1675414607716654725640
Binary1110111101100110011001111111110110101100111010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,44,102); }

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

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

 a { background-color: rgb(119,44,102); }

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

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

 span { border-color: rgb(119,44,102); }

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