#772862

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

Shades of Palatinate Purple #772862

Tints of Palatinate Purple #772862

Color information

#772862 (or 0x772862) is unknown color: approx Palatinate Purple. HEX triplet: 77, 28 and 62. RGB value is (119,40,98). Sum of RGB (Red+Green+Blue) = 119+40+98=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #772862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772862 is #88D79D. Grayscale: #464646. Windows color (decimal): -8968094 or 6432887. OLE color: 6432887.

HSL color Cylindrical-coordinate representation of color #772862: hue angle of 315.95º degrees, saturation: 0.5, 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 #772862 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1194098-
CMYK00.660.180.53
HSL315.95º49.69%31.18%-
HSV(B)315.95º66.39%46.67%-
XYZ10.576.3212.22-
YUV70.23143.67162.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=46.30%
G=15.56%
B=38.13%

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
Decimal119409800.660.180.53315.9549.6931.18
Hex772862042123513c321f
Octal16750142010222654746237
Binary11101111010001100010010000101001011010110011110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772862; }

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

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

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

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

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

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

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

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