#87366C

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

Shades of Dark Purple #87366C

Tints of Dark Purple #87366C

Color information

#87366C (or 0x87366C) is unknown color: approx Dark Purple. HEX triplet: 87, 36 and 6C. RGB value is (135,54,108). Sum of RGB (Red+Green+Blue) = 135+54+108=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87366C is #78C993. Grayscale: #545454. Windows color (decimal): -7915924 or 7091847. OLE color: 7091847.

HSL color Cylindrical-coordinate representation of color #87366C: hue angle of 320º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #87366C is Cyan = 0, Magento = 0.60, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB13554108-
CMYK00.600.20.47
HSL320º42.86%37.06%-
HSV(B)320º60%52.94%-
XYZ14.028.8715.16-
YUV84.37141.34164.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 54 (21.48% from 255) = 18.18%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=45.45%
G=18.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355410800.600.20.4732042.8637.06
Hex87366C03C142F1402b25
Octal2076615407424575005345
Binary100001111101101101100011110010100101111101000000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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