#880682

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

Shades of Purple #880682

Tints of Purple #880682

Color information

#880682 (or 0x880682) is unknown color: approx Purple. HEX triplet: 88, 06 and 82. RGB value is (136,6,130). Sum of RGB (Red+Green+Blue) = 136+6+130=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #880682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880682 is #77F97D. Grayscale: #3A3A3A. Windows color (decimal): -7862654 or 8521352. OLE color: 8521352.

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

Color convert

RGB1366130-
CMYK00.960.040.47
HSL302.77º91.55%27.84%-
HSV(B)302.77º95.59%53.33%-
XYZ14.256.9821.71-
YUV59.01168.07182.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 130 (51.17% from 255) = 47.79%
R=50%
G=2.21%
B=47.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136613000.960.040.47302.7791.5527.84
Hex8868206042F12f5c1c
Octal2106202014045745713434
Binary100010001101000001001100000100101111100101111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880682; }

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

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

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

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

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

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

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

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