#872B6C

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

Shades of Dark Purple #872B6C

Tints of Dark Purple #872B6C

Color information

#872B6C (or 0x872B6C) is unknown color: approx Dark Purple. HEX triplet: 87, 2B and 6C. RGB value is (135,43,108). Sum of RGB (Red+Green+Blue) = 135+43+108=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #872B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872B6C is #78D493. Grayscale: #4D4D4D. Windows color (decimal): -7918740 or 7089031. OLE color: 7089031.

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

Color convert

RGB13543108-
CMYK00.680.20.47
HSL317.61º51.69%34.9%-
HSV(B)317.61º68.15%52.94%-
XYZ13.567.9615.01-
YUV77.92144.98168.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.20%
GREEN value IS 43 (17.19% from 255) = 15.03%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=47.20%
G=15.03%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354310800.680.20.47317.6151.6934.9
Hex872B6C044142F13e3423
Octal20753154010424574766443
Binary1000011110101111011000100010010100101111100111110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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