#87337C

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

Shades of Dark Purple #87337C

Tints of Dark Purple #87337C

Color information

#87337C (or 0x87337C) is unknown color: approx Dark Purple. HEX triplet: 87, 33 and 7C. RGB value is (135,51,124). Sum of RGB (Red+Green+Blue) = 135+51+124=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #87337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87337C is #78CC83. Grayscale: #545454. Windows color (decimal): -7916676 or 8139655. OLE color: 8139655.

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

Color convert

RGB13551124-
CMYK00.620.080.47
HSL307.86º45.16%36.47%-
HSV(B)307.86º62.22%52.94%-
XYZ14.818.9720.02-
YUV84.44150.33164.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 124 (48.83% from 255) = 40%
R=43.55%
G=16.45%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355112400.620.080.47307.8645.1636.47
Hex87337C03E82F1342d24
Octal2076317407610574645544
Binary10000111110011111110001111101000101111100110100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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