#773260

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

Shades of Palatinate Purple #773260

Tints of Palatinate Purple #773260

Color information

#773260 (or 0x773260) is unknown color: approx Palatinate Purple. HEX triplet: 77, 32 and 60. RGB value is (119,50,96). Sum of RGB (Red+Green+Blue) = 119+50+96=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #773260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773260 is #88CD9F. Grayscale: #4B4B4B. Windows color (decimal): -8965536 or 6304375. OLE color: 6304375.

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

Color convert

RGB1195096-
CMYK00.580.190.53
HSL320º40.83%33.14%-
HSV(B)320º57.98%46.67%-
XYZ10.867.0511.85-
YUV75.88139.36158.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=44.91%
G=18.87%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119509600.580.190.5332040.8333.14
Hex77326003A13351402921
Octal1676214007223655005141
Binary11101111100101100000011101010011110101101000000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773260; }

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

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

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

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

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

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

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

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