#77295C

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

Shades of Palatinate Purple #77295C

Tints of Palatinate Purple #77295C

Color information

#77295C (or 0x77295C) is unknown color: approx Palatinate Purple. HEX triplet: 77, 29 and 5C. RGB value is (119,41,92). Sum of RGB (Red+Green+Blue) = 119+41+92=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77295C is #88D6A3. Grayscale: #464646. Windows color (decimal): -8967844 or 6039927. OLE color: 6039927.

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

Color convert

RGB1194192-
CMYK00.660.230.53
HSL320.77º48.75%31.37%-
HSV(B)320.77º65.55%46.67%-
XYZ10.336.2810.79-
YUV70.14140.34162.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=47.22%
G=16.27%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119419200.660.230.53320.7748.7531.37
Hex77295C0421735141311f
Octal16751134010227655016137
Binary11101111010011011100010000101011111010110100000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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