#773665

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

Shades of Palatinate Purple #773665

Tints of Palatinate Purple #773665

Color information

#773665 (or 0x773665) is unknown color: approx Palatinate Purple. HEX triplet: 77, 36 and 65. RGB value is (119,54,101). Sum of RGB (Red+Green+Blue) = 119+54+101=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #773665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773665 is #88C99A. Grayscale: #4E4E4E. Windows color (decimal): -8964507 or 6633079. OLE color: 6633079.

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

Color convert

RGB11954101-
CMYK00.550.150.53
HSL316.62º37.57%33.92%-
HSV(B)316.62º54.62%46.67%-
XYZ11.287.513.17-
YUV78.79140.53156.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=43.43%
G=19.71%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195410100.550.150.53316.6237.5733.92
Hex773665037F3513d2622
Octal1676614506717654754642
Binary1110111110110110010101101111111110101100111101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773665; }

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

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

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

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

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

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

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

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