#772C62

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

Shades of Palatinate Purple #772C62

Tints of Palatinate Purple #772C62

Color information

#772C62 (or 0x772C62) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2C and 62. RGB value is (119,44,98). Sum of RGB (Red+Green+Blue) = 119+44+98=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #772C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C62 is #88D39D. Grayscale: #484848. Windows color (decimal): -8967070 or 6433911. OLE color: 6433911.

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

Color convert

RGB1194498-
CMYK00.630.180.53
HSL316.8º46.01%31.96%-
HSV(B)316.8º63.03%46.67%-
XYZ10.716.6112.27-
YUV72.58142.35161.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 44 (17.58% from 255) = 16.86%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=45.59%
G=16.86%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119449800.630.180.53316.846.0131.96
Hex772C6203F123513d2e20
Octal1675414207722654755640
Binary11101111011001100010011111110010110101100111101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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