#87176B

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

Shades of Dark Purple #87176B

Tints of Dark Purple #87176B

Color information

#87176B (or 0x87176B) is unknown color: approx Dark Purple. HEX triplet: 87, 17 and 6B. RGB value is (135,23,107). Sum of RGB (Red+Green+Blue) = 135+23+107=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87176B is #78E894. Grayscale: #414141. Windows color (decimal): -7923861 or 7018375. OLE color: 7018375.

HSL color Cylindrical-coordinate representation of color #87176B: hue angle of 315º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #87176B is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13523107-
CMYK00.830.210.47
HSL315º70.89%30.98%-
HSV(B)315º82.96%52.94%-
XYZ12.956.8314.54-
YUV66.06151.11177.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 23 (9.38% from 255) = 8.68%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=50.94%
G=8.68%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352310700.830.210.4731570.8930.98
Hex87176B053152F13b471f
Octal207271530123255747310737
Binary100001111011111010110101001110101101111100111011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,23,107); }

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

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

 a { background-color: rgb(135,23,107); }

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

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

 span { border-color: rgb(135,23,107); }

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