#87367C

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

Shades of Dark Purple #87367C

Tints of Dark Purple #87367C

Color information

#87367C (or 0x87367C) is unknown color: approx Dark Purple. HEX triplet: 87, 36 and 7C. RGB value is (135,54,124). Sum of RGB (Red+Green+Blue) = 135+54+124=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87367C is #78C983. Grayscale: #565656. Windows color (decimal): -7915908 or 8140423. OLE color: 8140423.

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

Color convert

RGB13554124-
CMYK00.600.080.47
HSL308.15º42.86%37.06%-
HSV(B)308.15º60%52.94%-
XYZ14.959.2420.07-
YUV86.2149.34162.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=43.13%
G=17.25%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355412400.600.080.47308.1542.8637.06
Hex87367C03C82F1342b25
Octal2076617407410574645345
Binary10000111110110111110001111001000101111100110100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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