#772863

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

Shades of Palatinate Purple #772863

Tints of Palatinate Purple #772863

Color information

#772863 (or 0x772863) is unknown color: approx Palatinate Purple. HEX triplet: 77, 28 and 63. RGB value is (119,40,99). Sum of RGB (Red+Green+Blue) = 119+40+99=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #772863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772863 is #88D79C. Grayscale: #464646. Windows color (decimal): -8968093 or 6498423. OLE color: 6498423.

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

Color convert

RGB1194099-
CMYK00.660.170.53
HSL315.19º49.69%31.18%-
HSV(B)315.19º66.39%46.67%-
XYZ10.626.3412.47-
YUV70.35144.17162.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 40 (16.02% from 255) = 15.50%
BLUE value IS 99 (39.06% from 255) = 38.37%
R=46.12%
G=15.50%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119409900.660.170.53315.1949.6931.18
Hex772863042113513b321f
Octal16750143010221654736237
Binary11101111010001100011010000101000111010110011101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772863; }

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

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

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

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

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

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

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

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