#771561

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

Shades of Palatinate Purple #771561

Tints of Palatinate Purple #771561

Color information

#771561 (or 0x771561) is unknown color: approx Palatinate Purple. HEX triplet: 77, 15 and 61. RGB value is (119,21,97). Sum of RGB (Red+Green+Blue) = 119+21+97=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #771561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771561 is #88EA9E. Grayscale: #3A3A3A. Windows color (decimal): -8972959 or 6362487. OLE color: 6362487.

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

Color convert

RGB1192197-
CMYK00.820.180.53
HSL313.47º70%27.45%-
HSV(B)313.47º82.35%46.67%-
XYZ10.035.3211.81-
YUV58.97149.47170.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 21 (8.59% from 255) = 8.86%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=50.21%
G=8.86%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119219700.820.180.53313.477027.45
Hex7715610521235139461b
Octal167251410122226547110633
Binary11101111010111000010101001010010110101100111001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771561; }

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

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

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

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

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

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

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

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