#880782

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

Shades of Purple #880782

Tints of Purple #880782

Color information

#880782 (or 0x880782) is unknown color: approx Purple. HEX triplet: 88, 07 and 82. RGB value is (136,7,130). Sum of RGB (Red+Green+Blue) = 136+7+130=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #880782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880782 is #77F87D. Grayscale: #3B3B3B. Windows color (decimal): -7862398 or 8521608. OLE color: 8521608.

HSL color Cylindrical-coordinate representation of color #880782: hue angle of 302.79º 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 #880782 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB1367130-
CMYK00.950.040.47
HSL302.79º90.21%28.04%-
HSV(B)302.79º94.85%53.33%-
XYZ14.26721.72-
YUV59.59167.74182.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 7 (3.12% from 255) = 2.56%
BLUE value IS 130 (51.17% from 255) = 47.62%
R=49.82%
G=2.56%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136713000.950.040.47302.7990.2128.04
Hex8878205F42F12f5a1c
Octal2107202013745745713234
Binary100010001111000001001011111100101111100101111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880782; }

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

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

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

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

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

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

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

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