#772666

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

Shades of Palatinate Purple #772666

Tints of Palatinate Purple #772666

Color information

#772666 (or 0x772666) is unknown color: approx Palatinate Purple. HEX triplet: 77, 26 and 66. RGB value is (119,38,102). Sum of RGB (Red+Green+Blue) = 119+38+102=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #772666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772666 is #88D999. Grayscale: #454545. Windows color (decimal): -8968602 or 6694519. OLE color: 6694519.

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

Color convert

RGB11938102-
CMYK00.680.140.53
HSL312.59º51.59%30.78%-
HSV(B)312.59º68.07%46.67%-
XYZ10.76.2713.22-
YUV69.51146.34163.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 38 (15.23% from 255) = 14.67%
BLUE value IS 102 (40.23% from 255) = 39.38%
R=45.95%
G=14.67%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193810200.680.140.53312.5951.5930.78
Hex772666044E35139341f
Octal16746146010416654716437
Binary1110111100110110011001000100111011010110011100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772666; }

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

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

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

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

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

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

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

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