#770A60

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

Shades of Palatinate Purple #770A60

Tints of Palatinate Purple #770A60

Color information

#770A60 (or 0x770A60) is unknown color: approx Palatinate Purple. HEX triplet: 77, 0A and 60. RGB value is (119,10,96). Sum of RGB (Red+Green+Blue) = 119+10+96=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #770A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A60 is #88F59F. Grayscale: #343434. Windows color (decimal): -8975776 or 6294135. OLE color: 6294135.

HSL color Cylindrical-coordinate representation of color #770A60: hue angle of 312.66º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770A60 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1191096-
CMYK00.920.190.53
HSL312.66º84.5%25.29%-
HSV(B)312.66º91.6%46.67%-
XYZ9.834.9811.51-
YUV52.4152.61175.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=52.89%
G=4.44%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119109600.920.190.53312.6684.525.29
Hex77A6005C13351395419
Octal167121400134236547112431
Binary1110111101011000000101110010011110101100111001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770A60; }

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

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

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

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

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

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

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

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