#772967

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

Shades of Palatinate Purple #772967

Tints of Palatinate Purple #772967

Color information

#772967 (or 0x772967) is unknown color: approx Palatinate Purple. HEX triplet: 77, 29 and 67. RGB value is (119,41,103). Sum of RGB (Red+Green+Blue) = 119+41+103=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #772967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772967 is #88D698. Grayscale: #474747. Windows color (decimal): -8967833 or 6760823. OLE color: 6760823.

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

Color convert

RGB11941103-
CMYK00.660.130.53
HSL312.31º48.75%31.37%-
HSV(B)312.31º65.55%46.67%-
XYZ10.856.4913.51-
YUV71.39145.84161.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 41 (16.41% from 255) = 15.59%
BLUE value IS 103 (40.62% from 255) = 39.16%
R=45.25%
G=15.59%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194110300.660.130.53312.3148.7531.37
Hex772967042D35138311f
Octal16751147010215654706137
Binary1110111101001110011101000010110111010110011100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772967; }

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

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

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

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

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

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

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

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