#87336F

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

Shades of Dark Purple #87336F

Tints of Dark Purple #87336F

Color information

#87336F (or 0x87336F) is unknown color: approx Dark Purple. HEX triplet: 87, 33 and 6F. RGB value is (135,51,111). Sum of RGB (Red+Green+Blue) = 135+51+111=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87336F is #78CC90. Grayscale: #525252. Windows color (decimal): -7916689 or 7287687. OLE color: 7287687.

HSL color Cylindrical-coordinate representation of color #87336F: hue angle of 317.14º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #87336F is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13551111-
CMYK00.620.180.47
HSL317.14º45.16%36.47%-
HSV(B)317.14º62.22%52.94%-
XYZ14.048.6715.97-
YUV82.96143.83165.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=45.45%
G=17.17%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355111100.620.180.47317.1445.1636.47
Hex87336F03E122F13d2d24
Octal2076315707622574755544
Binary100001111100111101111011111010010101111100111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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