#772969

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

Shades of Palatinate Purple #772969

Tints of Palatinate Purple #772969

Color information

#772969 (or 0x772969) is unknown color: approx Palatinate Purple. HEX triplet: 77, 29 and 69. RGB value is (119,41,105). Sum of RGB (Red+Green+Blue) = 119+41+105=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #772969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772969 is #88D696. Grayscale: #474747. Windows color (decimal): -8967831 or 6891895. OLE color: 6891895.

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

Color convert

RGB11941105-
CMYK00.660.120.53
HSL310.77º48.75%31.37%-
HSV(B)310.77º65.55%46.67%-
XYZ10.956.5314.05-
YUV71.62146.84161.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 41 (16.41% from 255) = 15.47%
BLUE value IS 105 (41.41% from 255) = 39.62%
R=44.91%
G=15.47%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194110500.660.120.53310.7748.7531.37
Hex772969042C35137311f
Octal16751151010214654676137
Binary1110111101001110100101000010110011010110011011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772969; }

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

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

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

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

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

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

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

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