#880A79

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

Shades of Purple #880A79

Tints of Purple #880A79

Color information

#880A79 (or 0x880A79) is unknown color: approx Purple. HEX triplet: 88, 0A and 79. RGB value is (136,10,121). Sum of RGB (Red+Green+Blue) = 136+10+121=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #880A79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A79 is #77F586. Grayscale: #3C3C3C. Windows color (decimal): -7861639 or 7932552. OLE color: 7932552.

HSL color Cylindrical-coordinate representation of color #880A79: hue angle of 307.14º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A79 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13610121-
CMYK00.930.110.47
HSL307.14º86.3%28.63%-
HSV(B)307.14º92.65%53.33%-
XYZ13.716.8318.69-
YUV60.33162.24181.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 10 (4.30% from 255) = 3.75%
BLUE value IS 121 (47.66% from 255) = 45.32%
R=50.94%
G=3.75%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361012100.930.110.47307.1486.328.63
Hex88A7905DB2F133561d
Octal210121710135135746312635
Binary1000100010101111001010111011011101111100110011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880A79; }

 p { color: rgb(136,10,121); }

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

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

 a { background-color: rgb(136,10,121); }

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

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

 span { border-color: rgb(136,10,121); }

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