#771884

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

Shades of Purple #771884

Tints of Purple #771884

Color information

#771884 (or 0x771884) is unknown color: approx Purple. HEX triplet: 77, 18 and 84. RGB value is (119,24,132). Sum of RGB (Red+Green+Blue) = 119+24+132=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #771884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771884 is #88E77B. Grayscale: #404040. Windows color (decimal): -8972156 or 8657015. OLE color: 8657015.

HSL color Cylindrical-coordinate representation of color #771884: hue angle of 292.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771884 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11924132-
CMYK0.100.8200.48
HSL292.78º69.23%30.59%-
HSV(B)292.78º81.82%51.76%-
XYZ12.16.2422.4-
YUV64.72165.97166.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 132 (51.95% from 255) = 48%
R=43.27%
G=8.73%
B=48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119241320.100.8200.48292.7869.2330.59
Hex771884A52030125451f
Octal167302041212206044510537
Binary11101111100010000100101010100100110000100100101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771884; }

 p { color: rgb(119,24,132); }

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

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

 a { background-color: rgb(119,24,132); }

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

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

 span { border-color: rgb(119,24,132); }

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