#771275

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

Shades of Purple #771275

Tints of Purple #771275

Color information

#771275 (or 0x771275) is unknown color: approx Purple. HEX triplet: 77, 12 and 75. RGB value is (119,18,117). Sum of RGB (Red+Green+Blue) = 119+18+117=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #771275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771275 is #88ED8A. Grayscale: #3B3B3B. Windows color (decimal): -8973707 or 7672439. OLE color: 7672439.

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

Color convert

RGB11918117-
CMYK00.850.020.53
HSL301.19º73.72%26.86%-
HSV(B)301.19º84.87%46.67%-
XYZ11.035.6417.34-
YUV59.48160.46170.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 18 (7.42% from 255) = 7.09%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=46.85%
G=7.09%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191811700.850.020.53301.1973.7226.86
Hex77127505523512d4a1b
Octal16722165012526545511233
Binary11101111001011101010101010110110101100101101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771275; }

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

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

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

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

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

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

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

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