#772968

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

Shades of Palatinate Purple #772968

Tints of Palatinate Purple #772968

Color information

#772968 (or 0x772968) is unknown color: approx Palatinate Purple. HEX triplet: 77, 29 and 68. RGB value is (119,41,104). Sum of RGB (Red+Green+Blue) = 119+41+104=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #772968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772968 is #88D697. Grayscale: #474747. Windows color (decimal): -8967832 or 6826359. OLE color: 6826359.

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

Color convert

RGB11941104-
CMYK00.660.130.53
HSL311.54º48.75%31.37%-
HSV(B)311.54º65.55%46.67%-
XYZ10.96.5113.78-
YUV71.5146.34161.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=45.08%
G=15.53%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194110400.660.130.53311.5448.7531.37
Hex772968042D35138311f
Octal16751150010215654706137
Binary1110111101001110100001000010110111010110011100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772968; }

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

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

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

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

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

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

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

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