#772B5F

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

Shades of Palatinate Purple #772B5F

Tints of Palatinate Purple #772B5F

Color information

#772B5F (or 0x772B5F) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2B and 5F. RGB value is (119,43,95). Sum of RGB (Red+Green+Blue) = 119+43+95=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #772B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B5F is #88D4A0. Grayscale: #474747. Windows color (decimal): -8967329 or 6237047. OLE color: 6237047.

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

Color convert

RGB1194395-
CMYK00.640.200.53
HSL318.95º46.91%31.76%-
HSV(B)318.95º63.87%46.67%-
XYZ10.546.4811.52-
YUV71.65141.18161.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 43 (17.19% from 255) = 16.73%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=46.30%
G=16.73%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119439500.640.200.53318.9546.9131.76
Hex772B5F040143513f2f20
Octal16753137010024654775740
Binary111011110101110111110100000010100110101100111111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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