#773365

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

Shades of Palatinate Purple #773365

Tints of Palatinate Purple #773365

Color information

#773365 (or 0x773365) is unknown color: approx Palatinate Purple. HEX triplet: 77, 33 and 65. RGB value is (119,51,101). Sum of RGB (Red+Green+Blue) = 119+51+101=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #773365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773365 is #88CC9A. Grayscale: #4C4C4C. Windows color (decimal): -8965275 or 6632311. OLE color: 6632311.

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

Color convert

RGB11951101-
CMYK00.570.150.53
HSL315.88º40%33.33%-
HSV(B)315.88º57.14%46.67%-
XYZ11.147.2313.12-
YUV77.03141.53157.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=43.91%
G=18.82%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195110100.570.150.53315.884033.33
Hex773365039F3513c2821
Octal1676314507117654745041
Binary1110111110011110010101110011111110101100111100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773365; }

 p { color: rgb(119,51,101); }

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

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

 a { background-color: rgb(119,51,101); }

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

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

 span { border-color: rgb(119,51,101); }

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