#772D5F

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

Shades of Palatinate Purple #772D5F

Tints of Palatinate Purple #772D5F

Color information

#772D5F (or 0x772D5F) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2D and 5F. RGB value is (119,45,95). Sum of RGB (Red+Green+Blue) = 119+45+95=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #772D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D5F is #88D2A0. Grayscale: #484848. Windows color (decimal): -8966817 or 6237559. OLE color: 6237559.

HSL color Cylindrical-coordinate representation of color #772D5F: hue angle of 319.46º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772D5F is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB1194595-
CMYK00.620.200.53
HSL319.46º45.12%32.16%-
HSV(B)319.46º62.18%46.67%-
XYZ10.616.6211.55-
YUV72.83140.52160.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 45 (17.97% from 255) = 17.37%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=45.95%
G=17.37%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119459500.620.200.53319.4645.1232.16
Hex772D5F03E143513f2d20
Octal1675513707624654775540
Binary11101111011011011111011111010100110101100111111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772D5F; }

 p { color: rgb(119,45,95); }

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

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

 a { background-color: rgb(119,45,95); }

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

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

 span { border-color: rgb(119,45,95); }

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