#77326C

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

Shades of Palatinate Purple #77326C

Tints of Palatinate Purple #77326C

Color information

#77326C (or 0x77326C) is unknown color: approx Palatinate Purple. HEX triplet: 77, 32 and 6C. RGB value is (119,50,108). Sum of RGB (Red+Green+Blue) = 119+50+108=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77326C is #88CD93. Grayscale: #4D4D4D. Windows color (decimal): -8965524 or 7090807. OLE color: 7090807.

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

Color convert

RGB11950108-
CMYK00.580.090.53
HSL309.57º40.83%33.14%-
HSV(B)309.57º57.98%46.67%-
XYZ11.467.2914.99-
YUV77.24145.36157.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=42.96%
G=18.05%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195010800.580.090.53309.5740.8333.14
Hex77326C03A9351362921
Octal1676215407211654665141
Binary1110111110010110110001110101001110101100110110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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