#77326e

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

Shades of Palatinate Purple #77326E

Tints of Palatinate Purple #77326E

Color information

#77326E (or 0x77326E) is unknown color: approx Palatinate Purple. HEX triplet: 77, 32 and 6E. RGB value is (119,50,110). Sum of RGB (Red+Green+Blue) = 119+50+110=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77326E is #88CD91. Grayscale: #4D4D4D. Windows color (decimal): -8965522 or 7221879. OLE color: 7221879.

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

Color convert

RGB11950110-
CMYK00.580.080.53
HSL307.83º40.83%33.14%-
HSV(B)307.83º57.98%46.67%-
XYZ11.567.3315.56-
YUV77.47146.36157.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 50 (19.92% from 255) = 17.92%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=42.65%
G=17.92%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195011000.580.080.53307.8340.8333.14
Hex77326E03A8351342921
Octal1676215607210654645141
Binary1110111110010110111001110101000110101100110100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77326e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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