#87366E

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

Shades of Dark Purple #87366E

Tints of Dark Purple #87366E

Color information

#87366E (or 0x87366E) is unknown color: approx Dark Purple. HEX triplet: 87, 36 and 6E. RGB value is (135,54,110). Sum of RGB (Red+Green+Blue) = 135+54+110=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87366E is #78C991. Grayscale: #545454. Windows color (decimal): -7915922 or 7222919. OLE color: 7222919.

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

Color convert

RGB13554110-
CMYK00.600.190.47
HSL318.52º42.86%37.06%-
HSV(B)318.52º60%52.94%-
XYZ14.138.9215.73-
YUV84.6142.34163.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=45.15%
G=18.06%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355411000.600.190.47318.5242.8637.06
Hex87366E03C132F13f2b25
Octal2076615607423574775345
Binary100001111101101101110011110010011101111100111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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