#771563

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

Shades of Palatinate Purple #771563

Tints of Palatinate Purple #771563

Color information

#771563 (or 0x771563) is unknown color: approx Palatinate Purple. HEX triplet: 77, 15 and 63. RGB value is (119,21,99). Sum of RGB (Red+Green+Blue) = 119+21+99=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #771563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771563 is #88EA9C. Grayscale: #3A3A3A. Windows color (decimal): -8972957 or 6493559. OLE color: 6493559.

HSL color Cylindrical-coordinate representation of color #771563: hue angle of 312.24º 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 #771563 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1192199-
CMYK00.820.170.53
HSL312.24º70%27.45%-
HSV(B)312.24º82.35%46.67%-
XYZ10.135.3612.3-
YUV59.19150.47170.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 21 (8.59% from 255) = 8.79%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=49.79%
G=8.79%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119219900.820.170.53312.247027.45
Hex7715630521135138461b
Octal167251430122216547010633
Binary11101111010111000110101001010001110101100111000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771563; }

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

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

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

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

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

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

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

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