#872D6D

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

Shades of Dark Purple #872D6D

Tints of Dark Purple #872D6D

Color information

#872D6D (or 0x872D6D) is unknown color: approx Dark Purple. HEX triplet: 87, 2D and 6D. RGB value is (135,45,109). Sum of RGB (Red+Green+Blue) = 135+45+109=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #872D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872D6D is #78D292. Grayscale: #4F4F4F. Windows color (decimal): -7918227 or 7155079. OLE color: 7155079.

HSL color Cylindrical-coordinate representation of color #872D6D: hue angle of 317.33º 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 #872D6D is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13545109-
CMYK00.670.190.47
HSL317.33º50%35.29%-
HSV(B)317.33º66.67%52.94%-
XYZ13.698.1315.32-
YUV79.21144.82167.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 45 (17.97% from 255) = 15.57%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=46.71%
G=15.57%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354510900.670.190.47317.335035.29
Hex872D6D043132F13d3223
Octal20755155010323574756243
Binary1000011110110111011010100001110011101111100111101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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