#771173

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

Shades of Purple #771173

Tints of Purple #771173

Color information

#771173 (or 0x771173) is unknown color: approx Purple. HEX triplet: 77, 11 and 73. RGB value is (119,17,115). Sum of RGB (Red+Green+Blue) = 119+17+115=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #771173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771173 is #88EE8C. Grayscale: #3A3A3A. Windows color (decimal): -8973965 or 7541111. OLE color: 7541111.

HSL color Cylindrical-coordinate representation of color #771173: hue angle of 302.35º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771173 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11917115-
CMYK00.860.030.53
HSL302.35º75%26.67%-
HSV(B)302.35º85.71%46.67%-
XYZ10.95.5616.72-
YUV58.67159.79171.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 17 (7.03% from 255) = 6.77%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=47.41%
G=6.77%
B=45.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191711500.860.030.53302.357526.67
Hex77117305633512e4b1b
Octal16721163012636545611333
Binary11101111000111100110101011011110101100101110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771173; }

 p { color: rgb(119,17,115); }

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

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

 a { background-color: rgb(119,17,115); }

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

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

 span { border-color: rgb(119,17,115); }

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