#872B6A

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

Shades of Dark Purple #872B6A

Tints of Dark Purple #872B6A

Color information

#872B6A (or 0x872B6A) is unknown color: approx Dark Purple. HEX triplet: 87, 2B and 6A. RGB value is (135,43,106). Sum of RGB (Red+Green+Blue) = 135+43+106=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #872B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872B6A is #78D495. Grayscale: #4D4D4D. Windows color (decimal): -7918742 or 6957959. OLE color: 6957959.

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

Color convert

RGB13543106-
CMYK00.680.210.47
HSL318.91º51.69%34.9%-
HSV(B)318.91º68.15%52.94%-
XYZ13.467.9214.45-
YUV77.69143.98168.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 43 (17.19% from 255) = 15.14%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=47.54%
G=15.14%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354310600.680.210.47318.9151.6934.9
Hex872B6A044152F13f3423
Octal20753152010425574776443
Binary1000011110101111010100100010010101101111100111111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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