#880777

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

Shades of Purple #880777

Tints of Purple #880777

Color information

#880777 (or 0x880777) is unknown color: approx Purple. HEX triplet: 88, 07 and 77. RGB value is (136,7,119). Sum of RGB (Red+Green+Blue) = 136+7+119=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #880777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880777 is #77F888. Grayscale: #3A3A3A. Windows color (decimal): -7862409 or 7800712. OLE color: 7800712.

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

Color convert

RGB1367119-
CMYK00.950.120.47
HSL307.91º90.21%28.04%-
HSV(B)307.91º94.85%53.33%-
XYZ13.566.7218.03-
YUV58.34162.24183.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.91%
GREEN value IS 7 (3.12% from 255) = 2.67%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=51.91%
G=2.67%
B=45.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136711900.950.120.47307.9190.2128.04
Hex8877705FC2F1345a1c
Octal21071670137145746413234
Binary100010001111110111010111111100101111100110100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880777; }

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

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

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

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

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

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

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

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