#771592

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

Shades of Purple #771592

Tints of Purple #771592

Color information

#771592 (or 0x771592) is unknown color: approx Purple. HEX triplet: 77, 15 and 92. RGB value is (119,21,146). Sum of RGB (Red+Green+Blue) = 119+21+146=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #771592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771592 is #88EA6D. Grayscale: #404040. Windows color (decimal): -8972910 or 9573751. OLE color: 9573751.

HSL color Cylindrical-coordinate representation of color #771592: hue angle of 287.04º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771592 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11921146-
CMYK0.180.8600.43
HSL287.04º74.85%32.75%-
HSV(B)287.04º85.62%57.25%-
XYZ13.066.5327.77-
YUV64.55173.97166.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 21 (8.59% from 255) = 7.34%
BLUE value IS 146 (57.42% from 255) = 51.05%
R=41.61%
G=7.34%
B=51.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119211460.180.8600.43287.0474.8532.75
Hex771592125602B11f4b21
Octal167252222212605343711341
Binary1110111101011001001010010101011001010111000111111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771592; }

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

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

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

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

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

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

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

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