#77205C

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

Shades of Palatinate Purple #77205C

Tints of Palatinate Purple #77205C

Color information

#77205C (or 0x77205C) is unknown color: approx Palatinate Purple. HEX triplet: 77, 20 and 5C. RGB value is (119,32,92). Sum of RGB (Red+Green+Blue) = 119+32+92=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77205C is #88DFA3. Grayscale: #404040. Windows color (decimal): -8970148 or 6037623. OLE color: 6037623.

HSL color Cylindrical-coordinate representation of color #77205C: hue angle of 318.62º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77205C is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1193292-
CMYK00.730.230.53
HSL318.62º57.62%29.61%-
HSV(B)318.62º73.11%46.67%-
XYZ10.065.7310.7-
YUV64.85143.32166.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=48.97%
G=13.17%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119329200.730.230.53318.6257.6229.61
Hex77205C049173513f3a1e
Octal16740134011127654777236
Binary11101111000001011100010010011011111010110011111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77205C; }

 p { color: rgb(119,32,92); }

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

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

 a { background-color: rgb(119,32,92); }

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

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

 span { border-color: rgb(119,32,92); }

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