#772963

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

Shades of Palatinate Purple #772963

Tints of Palatinate Purple #772963

Color information

#772963 (or 0x772963) is unknown color: approx Palatinate Purple. HEX triplet: 77, 29 and 63. RGB value is (119,41,99). Sum of RGB (Red+Green+Blue) = 119+41+99=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #772963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772963 is #88D69C. Grayscale: #464646. Windows color (decimal): -8967837 or 6498679. OLE color: 6498679.

HSL color Cylindrical-coordinate representation of color #772963: hue angle of 315.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772963 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1194199-
CMYK00.660.170.53
HSL315.38º48.75%31.37%-
HSV(B)315.38º65.55%46.67%-
XYZ10.656.4112.48-
YUV70.93143.84162.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=45.95%
G=15.83%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119419900.660.170.53315.3848.7531.37
Hex772963042113513b311f
Octal16751143010221654736137
Binary11101111010011100011010000101000111010110011101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772963; }

 p { color: rgb(119,41,99); }

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

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

 a { background-color: rgb(119,41,99); }

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

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

 span { border-color: rgb(119,41,99); }

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