#77296C

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

Shades of Palatinate Purple #77296C

Tints of Palatinate Purple #77296C

Color information

#77296C (or 0x77296C) is unknown color: approx Palatinate Purple. HEX triplet: 77, 29 and 6C. RGB value is (119,41,108). Sum of RGB (Red+Green+Blue) = 119+41+108=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #77296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77296C is #88D693. Grayscale: #474747. Windows color (decimal): -8967828 or 7088503. OLE color: 7088503.

HSL color Cylindrical-coordinate representation of color #77296C: hue angle of 308.46º 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 #77296C is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11941108-
CMYK00.660.090.53
HSL308.46º48.75%31.37%-
HSV(B)308.46º65.55%46.67%-
XYZ11.116.5914.87-
YUV71.96148.34161.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=44.40%
G=15.30%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194110800.660.090.53308.4648.7531.37
Hex77296C042935134311f
Octal16751154010211654646137
Binary1110111101001110110001000010100111010110011010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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