#771288

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

Shades of Purple #771288

Tints of Purple #771288

Color information

#771288 (or 0x771288) is unknown color: approx Purple. HEX triplet: 77, 12 and 88. RGB value is (119,18,136). Sum of RGB (Red+Green+Blue) = 119+18+136=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #771288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771288 is #88ED77. Grayscale: #3D3D3D. Windows color (decimal): -8973688 or 8917623. OLE color: 8917623.

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

Color convert

RGB11918136-
CMYK0.120.8700.47
HSL291.36º76.62%30.2%-
HSV(B)291.36º86.76%53.33%-
XYZ12.276.1323.83-
YUV61.65169.96168.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 18 (7.42% from 255) = 6.59%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=43.59%
G=6.59%
B=49.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119181360.120.8700.47291.3676.6230.2
Hex771288C5702F1234d1e
Octal167222101412705744311536
Binary11101111001010001000110010101110101111100100011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771288; }

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

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

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

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

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

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

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

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