#772F6E

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

Shades of Palatinate Purple #772F6E

Tints of Palatinate Purple #772F6E

Color information

#772F6E (or 0x772F6E) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2F and 6E. RGB value is (119,47,110). Sum of RGB (Red+Green+Blue) = 119+47+110=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #772F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772F6E is #88D091. Grayscale: #4B4B4B. Windows color (decimal): -8966290 or 7221111. OLE color: 7221111.

HSL color Cylindrical-coordinate representation of color #772F6E: hue angle of 307.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772F6E is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11947110-
CMYK00.610.080.53
HSL307.5º43.37%32.55%-
HSV(B)307.5º60.5%46.67%-
XYZ11.447.0815.52-
YUV75.71147.35158.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 47 (18.75% from 255) = 17.03%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=43.12%
G=17.03%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194711000.610.080.53307.543.3732.55
Hex772F6E03D8351342b21
Octal1675715607510654645341
Binary1110111101111110111001111011000110101100110100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772F6E; }

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

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

<style>
 a { background-color: #772F6E; }

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

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

<style>
 span { border-color: #772F6E; }

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

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