#87287B

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

Shades of Dark Purple #87287B

Tints of Dark Purple #87287B

Color information

#87287B (or 0x87287B) is unknown color: approx Dark Purple. HEX triplet: 87, 28 and 7B. RGB value is (135,40,123). Sum of RGB (Red+Green+Blue) = 135+40+123=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87287B is #78D784. Grayscale: #4D4D4D. Windows color (decimal): -7919493 or 8071303. OLE color: 8071303.

HSL color Cylindrical-coordinate representation of color #87287B: hue angle of 307.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87287B is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13540123-
CMYK00.700.090.47
HSL307.58º54.29%34.31%-
HSV(B)307.58º70.37%52.94%-
XYZ14.338.119.55-
YUV77.87153.47168.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=45.30%
G=13.42%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354012300.700.090.47307.5854.2934.31
Hex87287B04692F1343622
Octal20750173010611574646642
Binary100001111010001111011010001101001101111100110100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87287B; }

 p { color: rgb(135,40,123); }

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

<style>
 a { background-color: #87287B; }

 a { background-color: rgb(135,40,123); }

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

<style>
 span { border-color: #87287B; }

 span { border-color: rgb(135,40,123); }

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