#771060

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

Shades of Palatinate Purple #771060

Tints of Palatinate Purple #771060

Color information

#771060 (or 0x771060) is unknown color: approx Palatinate Purple. HEX triplet: 77, 10 and 60. RGB value is (119,16,96). Sum of RGB (Red+Green+Blue) = 119+16+96=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #771060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771060 is #88EF9F. Grayscale: #373737. Windows color (decimal): -8974240 or 6295671. OLE color: 6295671.

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

Color convert

RGB1191696-
CMYK00.870.190.53
HSL313.4º76.3%26.47%-
HSV(B)313.4º86.55%46.67%-
XYZ9.95.1411.54-
YUV55.92150.62173-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=51.52%
G=6.93%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119169600.870.190.53313.476.326.47
Hex77106005713351394c1a
Octal167201400127236547111432
Binary11101111000011000000101011110011110101100111001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771060; }

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

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

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

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

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

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

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

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