#771588

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

Shades of Purple #771588

Tints of Purple #771588

Color information

#771588 (or 0x771588) is unknown color: approx Purple. HEX triplet: 77, 15 and 88. RGB value is (119,21,136). Sum of RGB (Red+Green+Blue) = 119+21+136=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #771588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771588 is #88EA77. Grayscale: #3F3F3F. Windows color (decimal): -8972920 or 8918391. OLE color: 8918391.

HSL color Cylindrical-coordinate representation of color #771588: hue angle of 291.13º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771588 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11921136-
CMYK0.120.8500.47
HSL291.13º73.25%30.78%-
HSV(B)291.13º84.56%53.33%-
XYZ12.326.2423.85-
YUV63.41168.97167.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 21 (8.59% from 255) = 7.61%
BLUE value IS 136 (53.52% from 255) = 49.28%
R=43.12%
G=7.61%
B=49.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119211360.120.8500.47291.1373.2530.78
Hex771588C5502F123491f
Octal167252101412505744311137
Binary11101111010110001000110010101010101111100100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771588; }

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

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

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

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

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

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

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

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