#872B84

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

Shades of Dark Purple #872B84

Tints of Dark Purple #872B84

Color information

#872B84 (or 0x872B84) is unknown color: approx Dark Purple. HEX triplet: 87, 2B and 84. RGB value is (135,43,132). Sum of RGB (Red+Green+Blue) = 135+43+132=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #872B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872B84 is #78D47B. Grayscale: #505050. Windows color (decimal): -7918716 or 8661895. OLE color: 8661895.

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

Color convert

RGB13543132-
CMYK00.680.020.47
HSL301.96º51.69%34.9%-
HSV(B)301.96º68.15%52.94%-
XYZ15.028.5422.69-
YUV80.65156.98166.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=43.55%
G=13.87%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354313200.680.020.47301.9651.6934.9
Hex872B8404422F12e3423
Octal2075320401042574566443
Binary10000111101011100001000100010010101111100101110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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