#77316C

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

Shades of Palatinate Purple #77316C

Tints of Palatinate Purple #77316C

Color information

#77316C (or 0x77316C) is unknown color: approx Palatinate Purple. HEX triplet: 77, 31 and 6C. RGB value is (119,49,108). Sum of RGB (Red+Green+Blue) = 119+49+108=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77316C is #88CE93. Grayscale: #4C4C4C. Windows color (decimal): -8965780 or 7090551. OLE color: 7090551.

HSL color Cylindrical-coordinate representation of color #77316C: hue angle of 309.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77316C is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11949108-
CMYK00.590.090.53
HSL309.43º41.67%32.94%-
HSV(B)309.43º58.82%46.67%-
XYZ11.417.214.98-
YUV76.66145.69158.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=43.12%
G=17.75%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194910800.590.090.53309.4341.6732.94
Hex77316C03B9351352a21
Octal1676115407311654655241
Binary1110111110001110110001110111001110101100110101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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