#872B6F

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

Shades of Dark Purple #872B6F

Tints of Dark Purple #872B6F

Color information

#872B6F (or 0x872B6F) is unknown color: approx Dark Purple. HEX triplet: 87, 2B and 6F. RGB value is (135,43,111). Sum of RGB (Red+Green+Blue) = 135+43+111=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #872B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872B6F is #78D490. Grayscale: #4E4E4E. Windows color (decimal): -7918737 or 7285639. OLE color: 7285639.

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

Color convert

RGB13543111-
CMYK00.680.180.47
HSL315.65º51.69%34.9%-
HSV(B)315.65º68.15%52.94%-
XYZ13.728.0315.86-
YUV78.26146.48168.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 43 (17.19% from 255) = 14.88%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=46.71%
G=14.88%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354311100.680.180.47315.6551.6934.9
Hex872B6F044122F13c3423
Octal20753157010422574746443
Binary1000011110101111011110100010010010101111100111100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,43,111); }

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

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

 a { background-color: rgb(135,43,111); }

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

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

 span { border-color: rgb(135,43,111); }

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