#771966

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

Shades of Palatinate Purple #771966

Tints of Palatinate Purple #771966

Color information

#771966 (or 0x771966) is unknown color: approx Palatinate Purple. HEX triplet: 77, 19 and 66. RGB value is (119,25,102). Sum of RGB (Red+Green+Blue) = 119+25+102=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #771966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771966 is #88E699. Grayscale: #3D3D3D. Windows color (decimal): -8971930 or 6691191. OLE color: 6691191.

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

Color convert

RGB11925102-
CMYK00.790.140.53
HSL310.85º65.28%28.24%-
HSV(B)310.85º78.99%46.67%-
XYZ10.355.5813.1-
YUV61.88150.64168.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 25 (10.16% from 255) = 10.16%
BLUE value IS 102 (40.23% from 255) = 41.46%
R=48.37%
G=10.16%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192510200.790.140.53310.8565.2828.24
Hex77196604FE35137411c
Octal167311460117166546710134
Binary1110111110011100110010011111110110101100110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771966; }

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

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

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

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

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

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

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

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