#881F7C

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

Shades of Dark Purple #881F7C

Tints of Dark Purple #881F7C

Color information

#881F7C (or 0x881F7C) is unknown color: approx Dark Purple. HEX triplet: 88, 1F and 7C. RGB value is (136,31,124). Sum of RGB (Red+Green+Blue) = 136+31+124=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #881F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881F7C is #77E083. Grayscale: #484848. Windows color (decimal): -7856260 or 8134536. OLE color: 8134536.

HSL color Cylindrical-coordinate representation of color #881F7C: hue angle of 306.86º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #881F7C is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13631124-
CMYK00.770.090.47
HSL306.86º62.87%32.75%-
HSV(B)306.86º77.21%53.33%-
XYZ14.287.6719.8-
YUV73156.79172.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.74%
GREEN value IS 31 (12.5% from 255) = 10.65%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=46.74%
G=10.65%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363112400.770.090.47306.8662.8732.75
Hex881F7C04D92F1333f21
Octal21037174011511574637741
Binary10001000111111111100010011011001101111100110011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881F7C; }

 p { color: rgb(136,31,124); }

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

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

 a { background-color: rgb(136,31,124); }

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

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

 span { border-color: rgb(136,31,124); }

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