#77326B

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

Shades of Palatinate Purple #77326B

Tints of Palatinate Purple #77326B

Color information

#77326B (or 0x77326B) is unknown color: approx Palatinate Purple. HEX triplet: 77, 32 and 6B. RGB value is (119,50,107). Sum of RGB (Red+Green+Blue) = 119+50+107=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77326B is #88CD94. Grayscale: #4C4C4C. Windows color (decimal): -8965525 or 7025271. OLE color: 7025271.

HSL color Cylindrical-coordinate representation of color #77326B: hue angle of 310.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77326B is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB11950107-
CMYK00.580.100.53
HSL310.43º40.83%33.14%-
HSV(B)310.43º57.98%46.67%-
XYZ11.47.2614.71-
YUV77.13144.86157.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=43.12%
G=18.12%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195010700.580.100.53310.4340.8333.14
Hex77326B03AA351362921
Octal1676215307212654665141
Binary1110111110010110101101110101010110101100110110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77326B; }

 p { color: rgb(119,50,107); }

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

<style>
 a { background-color: #77326B; }

 a { background-color: rgb(119,50,107); }

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

<style>
 span { border-color: #77326B; }

 span { border-color: rgb(119,50,107); }

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