#772263

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

Shades of Palatinate Purple #772263

Tints of Palatinate Purple #772263

Color information

#772263 (or 0x772263) is unknown color: approx Palatinate Purple. HEX triplet: 77, 22 and 63. RGB value is (119,34,99). Sum of RGB (Red+Green+Blue) = 119+34+99=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #772263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772263 is #88DD9C. Grayscale: #424242. Windows color (decimal): -8969629 or 6496887. OLE color: 6496887.

HSL color Cylindrical-coordinate representation of color #772263: hue angle of 314.12º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772263 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1193499-
CMYK00.710.170.53
HSL314.12º55.56%30%-
HSV(B)314.12º71.43%46.67%-
XYZ10.435.9712.41-
YUV66.82146.16165.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=47.22%
G=13.49%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119349900.710.170.53314.1255.5630
Hex772263047113513a381e
Octal16742143010721654727036
Binary11101111000101100011010001111000111010110011101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772263; }

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

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

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

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

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

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

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

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