#872D6F

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

Shades of Dark Purple #872D6F

Tints of Dark Purple #872D6F

Color information

#872D6F (or 0x872D6F) is unknown color: approx Dark Purple. HEX triplet: 87, 2D and 6F. RGB value is (135,45,111). Sum of RGB (Red+Green+Blue) = 135+45+111=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #872D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872D6F is #78D290. Grayscale: #4F4F4F. Windows color (decimal): -7918225 or 7286151. OLE color: 7286151.

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

Color convert

RGB13545111-
CMYK00.670.180.47
HSL316º50%35.29%-
HSV(B)316º66.67%52.94%-
XYZ13.88.1815.89-
YUV79.43145.82167.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 45 (17.97% from 255) = 15.46%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=46.39%
G=15.46%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354511100.670.180.473165035.29
Hex872D6F043122F13c3223
Octal20755157010322574746243
Binary1000011110110111011110100001110010101111100111100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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