#87276C

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

Shades of Dark Purple #87276C

Tints of Dark Purple #87276C

Color information

#87276C (or 0x87276C) is unknown color: approx Dark Purple. HEX triplet: 87, 27 and 6C. RGB value is (135,39,108). Sum of RGB (Red+Green+Blue) = 135+39+108=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87276C is #78D893. Grayscale: #4B4B4B. Windows color (decimal): -7919764 or 7088007. OLE color: 7088007.

HSL color Cylindrical-coordinate representation of color #87276C: hue angle of 316.88º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87276C is Cyan = 0, Magento = 0.71, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB13539108-
CMYK00.710.20.47
HSL316.88º55.17%34.12%-
HSV(B)316.88º71.11%52.94%-
XYZ13.427.6814.96-
YUV75.57146.3170.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 39 (15.62% from 255) = 13.83%
BLUE value IS 108 (42.58% from 255) = 38.30%
R=47.87%
G=13.83%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353910800.710.20.47316.8855.1734.12
Hex87276C047142F13d3722
Octal20747154010724574756742
Binary1000011110011111011000100011110100101111100111101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87276C; }

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

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

<style>
 a { background-color: #87276C; }

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

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

<style>
 span { border-color: #87276C; }

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

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