#773668

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

Shades of Palatinate Purple #773668

Tints of Palatinate Purple #773668

Color information

#773668 (or 0x773668) is unknown color: approx Palatinate Purple. HEX triplet: 77, 36 and 68. RGB value is (119,54,104). Sum of RGB (Red+Green+Blue) = 119+54+104=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #773668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773668 is #88C997. Grayscale: #4F4F4F. Windows color (decimal): -8964504 or 6829687. OLE color: 6829687.

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

Color convert

RGB11954104-
CMYK00.550.130.53
HSL313.85º37.57%33.92%-
HSV(B)313.85º54.62%46.67%-
XYZ11.437.5613.95-
YUV79.13142.03156.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=42.96%
G=19.49%
B=37.55%

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
Decimal1195410400.550.130.53313.8537.5733.92
Hex773668037D3513a2622
Octal1676615006715654724642
Binary1110111110110110100001101111101110101100111010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773668; }

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

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

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

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

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

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

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

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