#87356C

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

Shades of Dark Purple #87356C

Tints of Dark Purple #87356C

Color information

#87356C (or 0x87356C) is unknown color: approx Dark Purple. HEX triplet: 87, 35 and 6C. RGB value is (135,53,108). Sum of RGB (Red+Green+Blue) = 135+53+108=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87356C is #78CA93. Grayscale: #535353. Windows color (decimal): -7916180 or 7091591. OLE color: 7091591.

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

Color convert

RGB13553108-
CMYK00.610.20.47
HSL319.76º43.62%36.86%-
HSV(B)319.76º60.74%52.94%-
XYZ13.978.7815.15-
YUV83.79141.67164.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 53 (21.09% from 255) = 17.91%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=45.61%
G=17.91%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355310800.610.20.47319.7643.6236.86
Hex87356C03D142F1402c25
Octal2076515407524575005445
Binary100001111101011101100011110110100101111101000000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,53,108); }

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

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

 a { background-color: rgb(135,53,108); }

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

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

 span { border-color: rgb(135,53,108); }

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