#773564

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

Shades of Palatinate Purple #773564

Tints of Palatinate Purple #773564

Color information

#773564 (or 0x773564) is unknown color: approx Palatinate Purple. HEX triplet: 77, 35 and 64. RGB value is (119,53,100). Sum of RGB (Red+Green+Blue) = 119+53+100=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #773564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773564 is #88CA9B. Grayscale: #4D4D4D. Windows color (decimal): -8964764 or 6567287. OLE color: 6567287.

HSL color Cylindrical-coordinate representation of color #773564: hue angle of 317.27º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773564 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB11953100-
CMYK00.550.160.53
HSL317.27º38.37%33.73%-
HSV(B)317.27º55.46%46.67%-
XYZ11.187.3912.89-
YUV78.09140.37157.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 53 (21.09% from 255) = 19.49%
BLUE value IS 100 (39.45% from 255) = 36.76%
R=43.75%
G=19.49%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195310000.550.160.53317.2738.3733.73
Hex773564037103513d2622
Octal1676514406720654754642
Binary11101111101011100100011011110000110101100111101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773564; }

 p { color: rgb(119,53,100); }

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

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

 a { background-color: rgb(119,53,100); }

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

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

 span { border-color: rgb(119,53,100); }

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