#771658

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

Shades of Palatinate Purple #771658

Tints of Palatinate Purple #771658

Color information

#771658 (or 0x771658) is unknown color: approx Palatinate Purple. HEX triplet: 77, 16 and 58. RGB value is (119,22,88). Sum of RGB (Red+Green+Blue) = 119+22+88=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #771658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771658 is #88E9A7. Grayscale: #3A3A3A. Windows color (decimal): -8972712 or 5772919. OLE color: 5772919.

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

Color convert

RGB1192288-
CMYK00.820.260.53
HSL319.18º68.79%27.65%-
HSV(B)319.18º81.51%46.67%-
XYZ9.665.29.73-
YUV58.53144.64171.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=51.97%
G=9.61%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119228800.820.260.53319.1868.7927.65
Hex7716580521A3513f451c
Octal167261300122326547710534
Binary11101111011010110000101001011010110101100111111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771658; }

 p { color: rgb(119,22,88); }

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

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

 a { background-color: rgb(119,22,88); }

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

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

 span { border-color: rgb(119,22,88); }

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