#872D71

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

Shades of Dark Purple #872D71

Tints of Dark Purple #872D71

Color information

#872D71 (or 0x872D71) is unknown color: approx Dark Purple. HEX triplet: 87, 2D and 71. RGB value is (135,45,113). Sum of RGB (Red+Green+Blue) = 135+45+113=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #872D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872D71 is #78D28E. Grayscale: #4F4F4F. Windows color (decimal): -7918223 or 7417223. OLE color: 7417223.

HSL color Cylindrical-coordinate representation of color #872D71: hue angle of 314.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872D71 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13545113-
CMYK00.670.160.47
HSL314.67º50%35.29%-
HSV(B)314.67º66.67%52.94%-
XYZ13.918.2216.48-
YUV79.66146.82167.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 45 (17.97% from 255) = 15.36%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=46.08%
G=15.36%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354511300.670.160.47314.675035.29
Hex872D71043102F13b3223
Octal20755161010320574736243
Binary1000011110110111100010100001110000101111100111011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872D71; }

 p { color: rgb(135,45,113); }

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

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

 a { background-color: rgb(135,45,113); }

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

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

 span { border-color: rgb(135,45,113); }

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