#773465

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

Shades of Palatinate Purple #773465

Tints of Palatinate Purple #773465

Color information

#773465 (or 0x773465) is unknown color: approx Palatinate Purple. HEX triplet: 77, 34 and 65. RGB value is (119,52,101). Sum of RGB (Red+Green+Blue) = 119+52+101=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #773465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773465 is #88CB9A. Grayscale: #4D4D4D. Windows color (decimal): -8965019 or 6632567. OLE color: 6632567.

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

Color convert

RGB11952101-
CMYK00.560.150.53
HSL316.12º39.18%33.53%-
HSV(B)316.12º56.3%46.67%-
XYZ11.187.3213.13-
YUV77.62141.2157.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=43.75%
G=19.12%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195210100.560.150.53316.1239.1833.53
Hex773465038F3513c2722
Octal1676414507017654744742
Binary1110111110100110010101110001111110101100111100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773465; }

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

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

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

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

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

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

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

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