#772B6F

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

Shades of Palatinate Purple #772B6F

Tints of Palatinate Purple #772B6F

Color information

#772B6F (or 0x772B6F) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2B and 6F. RGB value is (119,43,111). Sum of RGB (Red+Green+Blue) = 119+43+111=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #772B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B6F is #88D490. Grayscale: #494949. Windows color (decimal): -8967313 or 7285623. OLE color: 7285623.

HSL color Cylindrical-coordinate representation of color #772B6F: hue angle of 306.32º 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 #772B6F is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB11943111-
CMYK00.640.070.53
HSL306.32º46.91%31.76%-
HSV(B)306.32º63.87%46.67%-
XYZ11.346.815.75-
YUV73.48149.18160.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 43 (17.19% from 255) = 15.75%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=43.59%
G=15.75%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194311100.640.070.53306.3246.9131.76
Hex772B6F0407351322f20
Octal1675315701007654625740
Binary1110111101011110111101000000111110101100110010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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