#771263

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

Shades of Palatinate Purple #771263

Tints of Palatinate Purple #771263

Color information

#771263 (or 0x771263) is unknown color: approx Palatinate Purple. HEX triplet: 77, 12 and 63. RGB value is (119,18,99). Sum of RGB (Red+Green+Blue) = 119+18+99=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #771263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771263 is #88ED9C. Grayscale: #393939. Windows color (decimal): -8973725 or 6492791. OLE color: 6492791.

HSL color Cylindrical-coordinate representation of color #771263: hue angle of 311.88º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771263 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1191899-
CMYK00.850.170.53
HSL311.88º73.72%26.86%-
HSV(B)311.88º84.87%46.67%-
XYZ10.085.2612.29-
YUV57.43151.46171.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=50.42%
G=7.63%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119189900.850.170.53311.8873.7226.86
Hex77126305511351384a1b
Octal167221430125216547011233
Binary11101111001011000110101010110001110101100111000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771263; }

 p { color: rgb(119,18,99); }

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

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

 a { background-color: rgb(119,18,99); }

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

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

 span { border-color: rgb(119,18,99); }

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