#771F6A

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

Shades of Palatinate Purple #771F6A

Tints of Palatinate Purple #771F6A

Color information

#771F6A (or 0x771F6A) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1F and 6A. RGB value is (119,31,106). Sum of RGB (Red+Green+Blue) = 119+31+106=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #771F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771F6A is #88E095. Grayscale: #414141. Windows color (decimal): -8970390 or 6954871. OLE color: 6954871.

HSL color Cylindrical-coordinate representation of color #771F6A: hue angle of 308.86º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #771F6A is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB11931106-
CMYK00.740.110.53
HSL308.86º58.67%29.41%-
HSV(B)308.86º73.95%46.67%-
XYZ10.75.9414.22-
YUV65.86150.65165.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 31 (12.5% from 255) = 12.11%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=46.48%
G=12.11%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193110600.740.110.53308.8658.6729.41
Hex771F6A04AB351353b1d
Octal16737152011213654657335
Binary111011111111110101001001010101111010110011010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771F6A; }

 p { color: rgb(119,31,106); }

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

<style>
 a { background-color: #771F6A; }

 a { background-color: rgb(119,31,106); }

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

<style>
 span { border-color: #771F6A; }

 span { border-color: rgb(119,31,106); }

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