#771559

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

Shades of Palatinate Purple #771559

Tints of Palatinate Purple #771559

Color information

#771559 (or 0x771559) is unknown color: approx Palatinate Purple. HEX triplet: 77, 15 and 59. RGB value is (119,21,89). Sum of RGB (Red+Green+Blue) = 119+21+89=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #771559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771559 is #88EAA6. Grayscale: #393939. Windows color (decimal): -8972967 or 5838199. OLE color: 5838199.

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

Color convert

RGB1192189-
CMYK00.820.250.53
HSL318.37º70%27.45%-
HSV(B)318.37º82.35%46.67%-
XYZ9.685.189.94-
YUV58.05145.47171.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=51.97%
G=9.17%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119218900.820.250.53318.377027.45
Hex771559052193513e461b
Octal167251310122316547610633
Binary11101111010110110010101001011001110101100111110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771559; }

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

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

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

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

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

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

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

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