#772164

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

Shades of Palatinate Purple #772164

Tints of Palatinate Purple #772164

Color information

#772164 (or 0x772164) is unknown color: approx Palatinate Purple. HEX triplet: 77, 21 and 64. RGB value is (119,33,100). Sum of RGB (Red+Green+Blue) = 119+33+100=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #772164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772164 is #88DE9B. Grayscale: #424242. Windows color (decimal): -8969884 or 6562167. OLE color: 6562167.

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

Color convert

RGB11933100-
CMYK00.720.160.53
HSL313.26º56.58%29.8%-
HSV(B)313.26º72.27%46.67%-
XYZ10.455.9312.65-
YUV66.35146.99165.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 33 (13.28% from 255) = 13.10%
BLUE value IS 100 (39.45% from 255) = 39.68%
R=47.22%
G=13.10%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193310000.720.160.53313.2656.5829.8
Hex7721640481035139391e
Octal16741144011020654717136
Binary11101111000011100100010010001000011010110011100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772164; }

 p { color: rgb(119,33,100); }

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

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

 a { background-color: rgb(119,33,100); }

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

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

 span { border-color: rgb(119,33,100); }

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