#772668

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

Shades of Palatinate Purple #772668

Tints of Palatinate Purple #772668

Color information

#772668 (or 0x772668) is unknown color: approx Palatinate Purple. HEX triplet: 77, 26 and 68. RGB value is (119,38,104). Sum of RGB (Red+Green+Blue) = 119+38+104=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #772668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772668 is #88D997. Grayscale: #454545. Windows color (decimal): -8968600 or 6825591. OLE color: 6825591.

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

Color convert

RGB11938104-
CMYK00.680.130.53
HSL311.11º51.59%30.78%-
HSV(B)311.11º68.07%46.67%-
XYZ10.86.3113.75-
YUV69.74147.34163.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=45.59%
G=14.56%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193810400.680.130.53311.1151.5930.78
Hex772668044D35137341f
Octal16746150010415654676437
Binary1110111100110110100001000100110111010110011011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772668; }

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

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

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

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

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

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

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

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