#773568

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

Shades of Palatinate Purple #773568

Tints of Palatinate Purple #773568

Color information

#773568 (or 0x773568) is unknown color: approx Palatinate Purple. HEX triplet: 77, 35 and 68. RGB value is (119,53,104). Sum of RGB (Red+Green+Blue) = 119+53+104=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #773568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773568 is #88CA97. Grayscale: #4E4E4E. Windows color (decimal): -8964760 or 6829431. OLE color: 6829431.

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

Color convert

RGB11953104-
CMYK00.550.130.53
HSL313.64º38.37%33.73%-
HSV(B)313.64º55.46%46.67%-
XYZ11.387.4713.94-
YUV78.55142.37156.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=43.12%
G=19.20%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195310400.550.130.53313.6438.3733.73
Hex773568037D3513a2622
Octal1676515006715654724642
Binary1110111110101110100001101111101110101100111010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773568; }

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

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

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

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

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

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

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

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