#771365

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

Shades of Palatinate Purple #771365

Tints of Palatinate Purple #771365

Color information

#771365 (or 0x771365) is unknown color: approx Palatinate Purple. HEX triplet: 77, 13 and 65. RGB value is (119,19,101). Sum of RGB (Red+Green+Blue) = 119+19+101=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #771365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771365 is #88EC9A. Grayscale: #3A3A3A. Windows color (decimal): -8973467 or 6624119. OLE color: 6624119.

HSL color Cylindrical-coordinate representation of color #771365: hue angle of 310.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771365 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB11919101-
CMYK00.840.150.53
HSL310.8º72.46%27.06%-
HSV(B)310.8º84.03%46.67%-
XYZ10.195.3312.8-
YUV58.25152.13171.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 19 (7.81% from 255) = 7.95%
BLUE value IS 101 (39.84% from 255) = 42.26%
R=49.79%
G=7.95%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191910100.840.150.53310.872.4627.06
Hex771365054F35137481b
Octal167231450124176546711033
Binary1110111100111100101010101001111110101100110111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771365; }

 p { color: rgb(119,19,101); }

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

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

 a { background-color: rgb(119,19,101); }

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

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

 span { border-color: rgb(119,19,101); }

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