#773069

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

Shades of Palatinate Purple #773069

Tints of Palatinate Purple #773069

Color information

#773069 (or 0x773069) is unknown color: approx Palatinate Purple. HEX triplet: 77, 30 and 69. RGB value is (119,48,105). Sum of RGB (Red+Green+Blue) = 119+48+105=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #773069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773069 is #88CF96. Grayscale: #4B4B4B. Windows color (decimal): -8966039 or 6893687. OLE color: 6893687.

HSL color Cylindrical-coordinate representation of color #773069: hue angle of 311.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773069 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB11948105-
CMYK00.600.120.53
HSL311.83º42.51%32.75%-
HSV(B)311.83º59.66%46.67%-
XYZ11.217.0614.14-
YUV75.73144.52158.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 48 (19.14% from 255) = 17.65%
BLUE value IS 105 (41.41% from 255) = 38.60%
R=43.75%
G=17.65%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194810500.600.120.53311.8342.5132.75
Hex77306903CC351382b21
Octal1676015107414654705341
Binary1110111110000110100101111001100110101100111000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773069; }

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

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

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

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

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

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

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

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