#87176A

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

Shades of Dark Purple #87176A

Tints of Dark Purple #87176A

Color information

#87176A (or 0x87176A) is unknown color: approx Dark Purple. HEX triplet: 87, 17 and 6A. RGB value is (135,23,106). Sum of RGB (Red+Green+Blue) = 135+23+106=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87176A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87176A is #78E895. Grayscale: #414141. Windows color (decimal): -7923862 or 6952839. OLE color: 6952839.

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

Color convert

RGB13523106-
CMYK00.830.210.47
HSL315.54º70.89%30.98%-
HSV(B)315.54º82.96%52.94%-
XYZ12.96.814.27-
YUV65.95150.61177.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 23 (9.38% from 255) = 8.71%
BLUE value IS 106 (41.80% from 255) = 40.15%
R=51.14%
G=8.71%
B=40.15%

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
Decimal1352310600.830.210.47315.5470.8930.98
Hex87176A053152F13c471f
Octal207271520123255747410737
Binary100001111011111010100101001110101101111100111100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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