#772661

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

Shades of Palatinate Purple #772661

Tints of Palatinate Purple #772661

Color information

#772661 (or 0x772661) is unknown color: approx Palatinate Purple. HEX triplet: 77, 26 and 61. RGB value is (119,38,97). Sum of RGB (Red+Green+Blue) = 119+38+97=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #772661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772661 is #88D99E. Grayscale: #444444. Windows color (decimal): -8968607 or 6366839. OLE color: 6366839.

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

Color convert

RGB1193897-
CMYK00.680.180.53
HSL316.3º51.59%30.78%-
HSV(B)316.3º68.07%46.67%-
XYZ10.466.1711.95-
YUV68.94143.84163.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 38 (15.23% from 255) = 14.96%
BLUE value IS 97 (38.28% from 255) = 38.19%
R=46.85%
G=14.96%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119389700.680.180.53316.351.5930.78
Hex772661044123513c341f
Octal16746141010422654746437
Binary11101111001101100001010001001001011010110011110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772661; }

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

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

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

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

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

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

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

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