#773763

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

Shades of Palatinate Purple #773763

Tints of Palatinate Purple #773763

Color information

#773763 (or 0x773763) is unknown color: approx Palatinate Purple. HEX triplet: 77, 37 and 63. RGB value is (119,55,99). Sum of RGB (Red+Green+Blue) = 119+55+99=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #773763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773763 is #88C89C. Grayscale: #4F4F4F. Windows color (decimal): -8964253 or 6502263. OLE color: 6502263.

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

Color convert

RGB1195599-
CMYK00.540.170.53
HSL318.75º36.78%34.12%-
HSV(B)318.75º53.78%46.67%-
XYZ11.237.5612.67-
YUV79.15139.2156.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=43.59%
G=20.15%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119559900.540.170.53318.7536.7834.12
Hex773763036113513f2522
Octal1676714306621654774542
Binary11101111101111100011011011010001110101100111111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773763; }

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

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

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

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

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

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

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

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