#772864

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

Shades of Palatinate Purple #772864

Tints of Palatinate Purple #772864

Color information

#772864 (or 0x772864) is unknown color: approx Palatinate Purple. HEX triplet: 77, 28 and 64. RGB value is (119,40,100). Sum of RGB (Red+Green+Blue) = 119+40+100=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #772864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772864 is #88D79B. Grayscale: #464646. Windows color (decimal): -8968092 or 6563959. OLE color: 6563959.

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

Color convert

RGB11940100-
CMYK00.660.160.53
HSL314.43º49.69%31.18%-
HSV(B)314.43º66.39%46.67%-
XYZ10.676.3612.72-
YUV70.46144.67162.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 100 (39.45% from 255) = 38.61%
R=45.95%
G=15.44%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194010000.660.160.53314.4349.6931.18
Hex772864042103513a321f
Octal16750144010220654726237
Binary11101111010001100100010000101000011010110011101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772864; }

 p { color: rgb(119,40,100); }

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

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

 a { background-color: rgb(119,40,100); }

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

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

 span { border-color: rgb(119,40,100); }

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