#772962

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

Shades of Palatinate Purple #772962

Tints of Palatinate Purple #772962

Color information

#772962 (or 0x772962) is unknown color: approx Palatinate Purple. HEX triplet: 77, 29 and 62. RGB value is (119,41,98). Sum of RGB (Red+Green+Blue) = 119+41+98=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #772962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772962 is #88D69D. Grayscale: #464646. Windows color (decimal): -8967838 or 6433143. OLE color: 6433143.

HSL color Cylindrical-coordinate representation of color #772962: hue angle of 316.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772962 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1194198-
CMYK00.660.180.53
HSL316.15º48.75%31.37%-
HSV(B)316.15º65.55%46.67%-
XYZ10.616.3912.23-
YUV70.82143.34162.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 98 (38.67% from 255) = 37.98%
R=46.12%
G=15.89%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119419800.660.180.53316.1548.7531.37
Hex772962042123513c311f
Octal16751142010222654746137
Binary11101111010011100010010000101001011010110011110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772962; }

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

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

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

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

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

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

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

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