#773565

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

Shades of Palatinate Purple #773565

Tints of Palatinate Purple #773565

Color information

#773565 (or 0x773565) is unknown color: approx Palatinate Purple. HEX triplet: 77, 35 and 65. RGB value is (119,53,101). Sum of RGB (Red+Green+Blue) = 119+53+101=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #773565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773565 is #88CA9A. Grayscale: #4E4E4E. Windows color (decimal): -8964763 or 6632823. OLE color: 6632823.

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

Color convert

RGB11953101-
CMYK00.550.150.53
HSL316.36º38.37%33.73%-
HSV(B)316.36º55.46%46.67%-
XYZ11.237.4113.15-
YUV78.21140.87157.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=43.59%
G=19.41%
B=37.00%

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
Decimal1195310100.550.150.53316.3638.3733.73
Hex773565037F3513c2622
Octal1676514506717654744642
Binary1110111110101110010101101111111110101100111100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773565; }

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

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

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

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

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

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

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

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