#773663

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

Shades of Palatinate Purple #773663

Tints of Palatinate Purple #773663

Color information

#773663 (or 0x773663) is unknown color: approx Palatinate Purple. HEX triplet: 77, 36 and 63. RGB value is (119,54,99). Sum of RGB (Red+Green+Blue) = 119+54+99=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #773663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773663 is #88C99C. Grayscale: #4E4E4E. Windows color (decimal): -8964509 or 6502007. OLE color: 6502007.

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

Color convert

RGB1195499-
CMYK00.550.170.53
HSL318.46º37.57%33.92%-
HSV(B)318.46º54.62%46.67%-
XYZ11.187.4612.66-
YUV78.56139.53156.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 54 (21.48% from 255) = 19.85%
BLUE value IS 99 (39.06% from 255) = 36.40%
R=43.75%
G=19.85%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119549900.550.170.53318.4637.5733.92
Hex773663037113513e2622
Octal1676614306721654764642
Binary11101111101101100011011011110001110101100111110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773663; }

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

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

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

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

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

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

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

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