#771560

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

Shades of Palatinate Purple #771560

Tints of Palatinate Purple #771560

Color information

#771560 (or 0x771560) is unknown color: approx Palatinate Purple. HEX triplet: 77, 15 and 60. RGB value is (119,21,96). Sum of RGB (Red+Green+Blue) = 119+21+96=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #771560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771560 is #88EA9F. Grayscale: #3A3A3A. Windows color (decimal): -8972960 or 6296951. OLE color: 6296951.

HSL color Cylindrical-coordinate representation of color #771560: hue angle of 314.08º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771560 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1192196-
CMYK00.820.190.53
HSL314.08º70%27.45%-
HSV(B)314.08º82.35%46.67%-
XYZ9.995.311.56-
YUV58.85148.97170.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 21 (8.59% from 255) = 8.90%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=50.42%
G=8.90%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119219600.820.190.53314.087027.45
Hex771560052133513a461b
Octal167251400122236547210633
Binary11101111010111000000101001010011110101100111010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771560; }

 p { color: rgb(119,21,96); }

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

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

 a { background-color: rgb(119,21,96); }

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

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

 span { border-color: rgb(119,21,96); }

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