#87366F

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

Shades of Dark Purple #87366F

Tints of Dark Purple #87366F

Color information

#87366F (or 0x87366F) is unknown color: approx Dark Purple. HEX triplet: 87, 36 and 6F. RGB value is (135,54,111). Sum of RGB (Red+Green+Blue) = 135+54+111=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #87366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87366F is #78C990. Grayscale: #545454. Windows color (decimal): -7915921 or 7288455. OLE color: 7288455.

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

Color convert

RGB13554111-
CMYK00.600.180.47
HSL317.78º42.86%37.06%-
HSV(B)317.78º60%52.94%-
XYZ14.188.9416.02-
YUV84.72142.84163.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 54 (21.48% from 255) = 18%
BLUE value IS 111 (43.75% from 255) = 37%
R=45%
G=18%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355411100.600.180.47317.7842.8637.06
Hex87366F03C122F13e2b25
Octal2076615707422574765345
Binary100001111101101101111011110010010101111100111110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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