#772A63

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

Shades of Palatinate Purple #772A63

Tints of Palatinate Purple #772A63

Color information

#772A63 (or 0x772A63) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2A and 63. RGB value is (119,42,99). Sum of RGB (Red+Green+Blue) = 119+42+99=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #772A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A63 is #88D59C. Grayscale: #474747. Windows color (decimal): -8967581 or 6498935. OLE color: 6498935.

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

Color convert

RGB1194299-
CMYK00.650.170.53
HSL315.58º47.83%31.57%-
HSV(B)315.58º64.71%46.67%-
XYZ10.696.4812.49-
YUV71.52143.51161.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 42 (16.80% from 255) = 16.15%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=45.77%
G=16.15%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119429900.650.170.53315.5847.8331.57
Hex772A63041113513c3020
Octal16752143010121654746040
Binary111011110101011000110100000110001110101100111100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,42,99); }

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

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

 a { background-color: rgb(119,42,99); }

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

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

 span { border-color: rgb(119,42,99); }

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