#772366

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

Shades of Palatinate Purple #772366

Tints of Palatinate Purple #772366

Color information

#772366 (or 0x772366) is unknown color: approx Palatinate Purple. HEX triplet: 77, 23 and 66. RGB value is (119,35,102). Sum of RGB (Red+Green+Blue) = 119+35+102=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #772366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772366 is #88DC99. Grayscale: #434343. Windows color (decimal): -8969370 or 6693751. OLE color: 6693751.

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

Color convert

RGB11935102-
CMYK00.710.140.53
HSL312.14º54.55%30.2%-
HSV(B)312.14º70.59%46.67%-
XYZ10.616.0813.19-
YUV67.75147.33164.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 102 (40.23% from 255) = 39.84%
R=46.48%
G=13.67%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193510200.710.140.53312.1454.5530.2
Hex772366047E35138371e
Octal16743146010716654706736
Binary1110111100011110011001000111111011010110011100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772366; }

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

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

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

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

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

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

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

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