#87366B

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

Shades of Dark Purple #87366B

Tints of Dark Purple #87366B

Color information

#87366B (or 0x87366B) is unknown color: approx Dark Purple. HEX triplet: 87, 36 and 6B. RGB value is (135,54,107). Sum of RGB (Red+Green+Blue) = 135+54+107=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87366B is #78C994. Grayscale: #545454. Windows color (decimal): -7915925 or 7026311. OLE color: 7026311.

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

Color convert

RGB13554107-
CMYK00.600.210.47
HSL320.74º42.86%37.06%-
HSV(B)320.74º60%52.94%-
XYZ13.968.8514.88-
YUV84.26140.84164.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 54 (21.48% from 255) = 18.24%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=45.61%
G=18.24%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355410700.600.210.47320.7442.8637.06
Hex87366B03C152F1412b25
Octal2076615307425575015345
Binary100001111101101101011011110010101101111101000001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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