#880280

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

Shades of Purple #880280

Tints of Purple #880280

Color information

#880280 (or 0x880280) is unknown color: approx Purple. HEX triplet: 88, 02 and 80. RGB value is (136,2,128). Sum of RGB (Red+Green+Blue) = 136+2+128=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #880280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880280 is #77FD7F. Grayscale: #383838. Windows color (decimal): -7863680 or 8389256. OLE color: 8389256.

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

Color convert

RGB1362128-
CMYK00.990.060.47
HSL303.58º97.1%27.06%-
HSV(B)303.58º98.53%53.33%-
XYZ14.076.8421-
YUV56.43168.39184.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 128 (50.39% from 255) = 48.12%
R=51.13%
G=0.75%
B=48.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136212800.990.060.47303.5897.127.06
Hex8828006362F130611b
Octal2102200014365746014133
Binary10001000101000000001100011110101111100110000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880280; }

 p { color: rgb(136,2,128); }

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

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

 a { background-color: rgb(136,2,128); }

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

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

 span { border-color: rgb(136,2,128); }

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