#87336E

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

Shades of Dark Purple #87336E

Tints of Dark Purple #87336E

Color information

#87336E (or 0x87336E) is unknown color: approx Dark Purple. HEX triplet: 87, 33 and 6E. RGB value is (135,51,110). Sum of RGB (Red+Green+Blue) = 135+51+110=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87336E is #78CC91. Grayscale: #525252. Windows color (decimal): -7916690 or 7222151. OLE color: 7222151.

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

Color convert

RGB13551110-
CMYK00.620.190.47
HSL317.86º45.16%36.47%-
HSV(B)317.86º62.22%52.94%-
XYZ13.998.6415.68-
YUV82.84143.33165.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 51 (20.31% from 255) = 17.23%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=45.61%
G=17.23%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355111000.620.190.47317.8645.1636.47
Hex87336E03E132F13e2d24
Octal2076315607623574765544
Binary100001111100111101110011111010011101111100111110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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