#773261

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

Shades of Palatinate Purple #773261

Tints of Palatinate Purple #773261

Color information

#773261 (or 0x773261) is unknown color: approx Palatinate Purple. HEX triplet: 77, 32 and 61. RGB value is (119,50,97). Sum of RGB (Red+Green+Blue) = 119+50+97=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #773261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773261 is #88CD9E. Grayscale: #4B4B4B. Windows color (decimal): -8965535 or 6369911. OLE color: 6369911.

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

Color convert

RGB1195097-
CMYK00.580.180.53
HSL319.13º40.83%33.14%-
HSV(B)319.13º57.98%46.67%-
XYZ10.917.0712.1-
YUV75.99139.86158.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=44.74%
G=18.80%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119509700.580.180.53319.1340.8333.14
Hex77326103A123513f2921
Octal1676214107222654775141
Binary11101111100101100001011101010010110101100111111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773261; }

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

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

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

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

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

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

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

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