#771562

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

Shades of Palatinate Purple #771562

Tints of Palatinate Purple #771562

Color information

#771562 (or 0x771562) is unknown color: approx Palatinate Purple. HEX triplet: 77, 15 and 62. RGB value is (119,21,98). Sum of RGB (Red+Green+Blue) = 119+21+98=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #771562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771562 is #88EA9D. Grayscale: #3A3A3A. Windows color (decimal): -8972958 or 6428023. OLE color: 6428023.

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

Color convert

RGB1192198-
CMYK00.820.180.53
HSL312.86º70%27.45%-
HSV(B)312.86º82.35%46.67%-
XYZ10.085.3412.05-
YUV59.08149.97170.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 8.82%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=50%
G=8.82%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119219800.820.180.53312.867027.45
Hex7715620521235139461b
Octal167251420122226547110633
Binary11101111010111000100101001010010110101100111001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771562; }

 p { color: rgb(119,21,98); }

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

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

 a { background-color: rgb(119,21,98); }

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

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

 span { border-color: rgb(119,21,98); }

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