#77316D

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

Shades of Palatinate Purple #77316D

Tints of Palatinate Purple #77316D

Color information

#77316D (or 0x77316D) is unknown color: approx Palatinate Purple. HEX triplet: 77, 31 and 6D. RGB value is (119,49,109). Sum of RGB (Red+Green+Blue) = 119+49+109=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77316D is #88CE92. Grayscale: #4C4C4C. Windows color (decimal): -8965779 or 7156087. OLE color: 7156087.

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

Color convert

RGB11949109-
CMYK00.590.080.53
HSL308.57º41.67%32.94%-
HSV(B)308.57º58.82%46.67%-
XYZ11.477.2215.26-
YUV76.77146.19158.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=42.96%
G=17.69%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194910900.590.080.53308.5741.6732.94
Hex77316D03B8351352a21
Octal1676115507310654655241
Binary1110111110001110110101110111000110101100110101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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