#772066

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

Shades of Palatinate Purple #772066

Tints of Palatinate Purple #772066

Color information

#772066 (or 0x772066) is unknown color: approx Palatinate Purple. HEX triplet: 77, 20 and 66. RGB value is (119,32,102). Sum of RGB (Red+Green+Blue) = 119+32+102=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #772066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772066 is #88DF99. Grayscale: #414141. Windows color (decimal): -8970138 or 6692983. OLE color: 6692983.

HSL color Cylindrical-coordinate representation of color #772066: hue angle of 311.72º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772066 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB11932102-
CMYK00.730.140.53
HSL311.72º57.62%29.61%-
HSV(B)311.72º73.11%46.67%-
XYZ10.525.9113.16-
YUV65.99148.32165.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 32 (12.89% from 255) = 12.65%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=47.04%
G=12.65%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193210200.730.140.53311.7257.6229.61
Hex772066049E351383a1e
Octal16740146011116654707236
Binary1110111100000110011001001001111011010110011100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772066; }

 p { color: rgb(119,32,102); }

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

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

 a { background-color: rgb(119,32,102); }

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

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

 span { border-color: rgb(119,32,102); }

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