#880675

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

Shades of Purple #880675

Tints of Purple #880675

Color information

#880675 (or 0x880675) is unknown color: approx Purple. HEX triplet: 88, 06 and 75. RGB value is (136,6,117). Sum of RGB (Red+Green+Blue) = 136+6+117=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #880675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880675 is #77F98A. Grayscale: #393939. Windows color (decimal): -7862667 or 7669384. OLE color: 7669384.

HSL color Cylindrical-coordinate representation of color #880675: hue angle of 308.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 #880675 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB1366117-
CMYK00.960.140.47
HSL308.77º91.55%27.84%-
HSV(B)308.77º95.59%53.33%-
XYZ13.436.6517.41-
YUV57.52161.57183.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 6 (2.73% from 255) = 2.32%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=52.51%
G=2.32%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136611700.960.140.47308.7791.5527.84
Hex88675060E2F1355c1c
Octal21061650140165746513434
Binary100010001101110101011000001110101111100110101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880675; }

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

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

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

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

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

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

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

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