#773865

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

Shades of Palatinate Purple #773865

Tints of Palatinate Purple #773865

Color information

#773865 (or 0x773865) is unknown color: approx Palatinate Purple. HEX triplet: 77, 38 and 65. RGB value is (119,56,101). Sum of RGB (Red+Green+Blue) = 119+56+101=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #773865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773865 is #88C79A. Grayscale: #4F4F4F. Windows color (decimal): -8963995 or 6633591. OLE color: 6633591.

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

Color convert

RGB11956101-
CMYK00.530.150.53
HSL317.14º36%34.31%-
HSV(B)317.14º52.94%46.67%-
XYZ11.377.6913.2-
YUV79.97139.87155.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 101 (39.84% from 255) = 36.59%
R=43.12%
G=20.29%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195610100.530.150.53317.143634.31
Hex773865035F3513d2422
Octal1677014506517654754442
Binary1110111111000110010101101011111110101100111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773865; }

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

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

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

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

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

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

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

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