#77296D

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

Shades of Palatinate Purple #77296D

Tints of Palatinate Purple #77296D

Color information

#77296D (or 0x77296D) is unknown color: approx Palatinate Purple. HEX triplet: 77, 29 and 6D. RGB value is (119,41,109). Sum of RGB (Red+Green+Blue) = 119+41+109=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77296D is #88D692. Grayscale: #474747. Windows color (decimal): -8967827 or 7154039. OLE color: 7154039.

HSL color Cylindrical-coordinate representation of color #77296D: hue angle of 307.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77296D is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11941109-
CMYK00.660.080.53
HSL307.69º48.75%31.37%-
HSV(B)307.69º65.55%46.67%-
XYZ11.166.6115.16-
YUV72.07148.84161.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 41 (16.41% from 255) = 15.24%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=44.24%
G=15.24%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194110900.660.080.53307.6948.7531.37
Hex77296D042835134311f
Octal16751155010210654646137
Binary1110111101001110110101000010100011010110011010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77296D; }

 p { color: rgb(119,41,109); }

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

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

 a { background-color: rgb(119,41,109); }

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

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

 span { border-color: rgb(119,41,109); }

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