#87387C

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

Shades of Dark Purple #87387C

Tints of Dark Purple #87387C

Color information

#87387C (or 0x87387C) is unknown color: approx Dark Purple. HEX triplet: 87, 38 and 7C. RGB value is (135,56,124). Sum of RGB (Red+Green+Blue) = 135+56+124=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #87387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87387C is #78C783. Grayscale: #575757. Windows color (decimal): -7915396 or 8140935. OLE color: 8140935.

HSL color Cylindrical-coordinate representation of color #87387C: hue angle of 308.35º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87387C is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13556124-
CMYK00.590.080.47
HSL308.35º41.36%37.45%-
HSV(B)308.35º58.52%52.94%-
XYZ15.049.4320.1-
YUV87.37148.67161.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 56 (22.27% from 255) = 17.78%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=42.86%
G=17.78%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355612400.590.080.47308.3541.3637.45
Hex87387C03B82F1342925
Octal2077017407310574645145
Binary10000111111000111110001110111000101111100110100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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