#77316E

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

Shades of Palatinate Purple #77316E

Tints of Palatinate Purple #77316E

Color information

#77316E (or 0x77316E) is unknown color: approx Palatinate Purple. HEX triplet: 77, 31 and 6E. RGB value is (119,49,110). Sum of RGB (Red+Green+Blue) = 119+49+110=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77316E is #88CE91. Grayscale: #4C4C4C. Windows color (decimal): -8965778 or 7221623. OLE color: 7221623.

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

Color convert

RGB11949110-
CMYK00.590.080.53
HSL307.71º41.67%32.94%-
HSV(B)307.71º58.82%46.67%-
XYZ11.527.2415.54-
YUV76.88146.69158.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=42.81%
G=17.63%
B=39.57%

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
Decimal1194911000.590.080.53307.7141.6732.94
Hex77316E03B8351342a21
Octal1676115607310654645241
Binary1110111110001110111001110111000110101100110100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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