#773466

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

Shades of Palatinate Purple #773466

Tints of Palatinate Purple #773466

Color information

#773466 (or 0x773466) is unknown color: approx Palatinate Purple. HEX triplet: 77, 34 and 66. RGB value is (119,52,102). Sum of RGB (Red+Green+Blue) = 119+52+102=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #773466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773466 is #88CB99. Grayscale: #4D4D4D. Windows color (decimal): -8965018 or 6698103. OLE color: 6698103.

HSL color Cylindrical-coordinate representation of color #773466: hue angle of 315.22º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773466 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB11952102-
CMYK00.560.140.53
HSL315.22º39.18%33.53%-
HSV(B)315.22º56.3%46.67%-
XYZ11.237.3413.39-
YUV77.73141.7157.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=43.59%
G=19.05%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195210200.560.140.53315.2239.1833.53
Hex773466038E3513b2722
Octal1676414607016654734742
Binary1110111110100110011001110001110110101100111011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773466; }

 p { color: rgb(119,52,102); }

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

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

 a { background-color: rgb(119,52,102); }

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

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

 span { border-color: rgb(119,52,102); }

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