#87337D

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

Shades of Dark Purple #87337D

Tints of Dark Purple #87337D

Color information

#87337D (or 0x87337D) is unknown color: approx Dark Purple. HEX triplet: 87, 33 and 7D. RGB value is (135,51,125). Sum of RGB (Red+Green+Blue) = 135+51+125=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87337D is #78CC82. Grayscale: #545454. Windows color (decimal): -7916675 or 8205191. OLE color: 8205191.

HSL color Cylindrical-coordinate representation of color #87337D: hue angle of 307.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 #87337D is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13551125-
CMYK00.620.070.47
HSL307.14º45.16%36.47%-
HSV(B)307.14º62.22%52.94%-
XYZ14.88920.35-
YUV84.55150.83163.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=43.41%
G=16.40%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355112500.620.070.47307.1445.1636.47
Hex87337D03E72F1332d24
Octal207631750767574635544
Binary1000011111001111111010111110111101111100110011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87337D; }

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

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

<style>
 a { background-color: #87337D; }

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

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

<style>
 span { border-color: #87337D; }

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

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