#772A62

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

Shades of Palatinate Purple #772A62

Tints of Palatinate Purple #772A62

Color information

#772A62 (or 0x772A62) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2A and 62. RGB value is (119,42,98). Sum of RGB (Red+Green+Blue) = 119+42+98=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #772A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A62 is #88D59D. Grayscale: #474747. Windows color (decimal): -8967582 or 6433399. OLE color: 6433399.

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

Color convert

RGB1194298-
CMYK00.650.180.53
HSL316.36º47.83%31.57%-
HSV(B)316.36º64.71%46.67%-
XYZ10.646.4612.24-
YUV71.41143.01161.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 42 (16.80% from 255) = 16.22%
BLUE value IS 98 (38.67% from 255) = 37.84%
R=45.95%
G=16.22%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119429800.650.180.53316.3647.8331.57
Hex772A62041123513c3020
Octal16752142010122654746040
Binary111011110101011000100100000110010110101100111100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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