#773762

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

Shades of Palatinate Purple #773762

Tints of Palatinate Purple #773762

Color information

#773762 (or 0x773762) is unknown color: approx Palatinate Purple. HEX triplet: 77, 37 and 62. RGB value is (119,55,98). Sum of RGB (Red+Green+Blue) = 119+55+98=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #773762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773762 is #88C89D. Grayscale: #4E4E4E. Windows color (decimal): -8964254 or 6436727. OLE color: 6436727.

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

Color convert

RGB1195598-
CMYK00.540.180.53
HSL319.69º36.78%34.12%-
HSV(B)319.69º53.78%46.67%-
XYZ11.187.5412.42-
YUV79.04138.7156.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 55 (21.88% from 255) = 20.22%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=43.75%
G=20.22%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119559800.540.180.53319.6936.7834.12
Hex77376203612351402522
Octal1676714206622655004542
Binary11101111101111100010011011010010110101101000000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773762; }

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

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

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

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

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

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

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

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