#882575

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

Shades of Dark Purple #882575

Tints of Dark Purple #882575

Color information

#882575 (or 0x882575) is unknown color: approx Dark Purple. HEX triplet: 88, 25 and 75. RGB value is (136,37,117). Sum of RGB (Red+Green+Blue) = 136+37+117=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #882575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882575 is #77DA8A. Grayscale: #4B4B4B. Windows color (decimal): -7854731 or 7677320. OLE color: 7677320.

HSL color Cylindrical-coordinate representation of color #882575: hue angle of 311.52º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882575 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13637117-
CMYK00.730.140.47
HSL311.52º57.23%33.92%-
HSV(B)311.52º72.79%53.33%-
XYZ14.037.8417.6-
YUV75.72151.3171-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.90%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=46.90%
G=12.76%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363711700.730.140.47311.5257.2333.92
Hex882575049E2F1383922
Octal21045165011116574707142
Binary100010001001011110101010010011110101111100111000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882575; }

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

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

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

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

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

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

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

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