#772068

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

Shades of Palatinate Purple #772068

Tints of Palatinate Purple #772068

Color information

#772068 (or 0x772068) is unknown color: approx Palatinate Purple. HEX triplet: 77, 20 and 68. RGB value is (119,32,104). Sum of RGB (Red+Green+Blue) = 119+32+104=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #772068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772068 is #88DF97. Grayscale: #424242. Windows color (decimal): -8970136 or 6824055. OLE color: 6824055.

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

Color convert

RGB11932104-
CMYK00.730.130.53
HSL310.34º57.62%29.61%-
HSV(B)310.34º73.11%46.67%-
XYZ10.625.9513.69-
YUV66.22149.32165.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 32 (12.89% from 255) = 12.55%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=46.67%
G=12.55%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193210400.730.130.53310.3457.6229.61
Hex772068049D351363a1e
Octal16740150011115654667236
Binary1110111100000110100001001001110111010110011011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772068; }

 p { color: rgb(119,32,104); }

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

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

 a { background-color: rgb(119,32,104); }

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

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

 span { border-color: rgb(119,32,104); }

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