#773464

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

Shades of Palatinate Purple #773464

Tints of Palatinate Purple #773464

Color information

#773464 (or 0x773464) is unknown color: approx Palatinate Purple. HEX triplet: 77, 34 and 64. RGB value is (119,52,100). Sum of RGB (Red+Green+Blue) = 119+52+100=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #773464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773464 is #88CB9B. Grayscale: #4D4D4D. Windows color (decimal): -8965020 or 6567031. OLE color: 6567031.

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

Color convert

RGB11952100-
CMYK00.560.160.53
HSL317.01º39.18%33.53%-
HSV(B)317.01º56.3%46.67%-
XYZ11.147.312.88-
YUV77.5140.7157.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=43.91%
G=19.19%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195210000.560.160.53317.0139.1833.53
Hex773464038103513d2722
Octal1676414407020654754742
Binary11101111101001100100011100010000110101100111101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773464; }

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

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

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

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

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

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

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

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