#87356A

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

Shades of Dark Purple #87356A

Tints of Dark Purple #87356A

Color information

#87356A (or 0x87356A) is unknown color: approx Dark Purple. HEX triplet: 87, 35 and 6A. RGB value is (135,53,106). Sum of RGB (Red+Green+Blue) = 135+53+106=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87356A is #78CA95. Grayscale: #535353. Windows color (decimal): -7916182 or 6960519. OLE color: 6960519.

HSL color Cylindrical-coordinate representation of color #87356A: hue angle of 321.22º 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 #87356A is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13553106-
CMYK00.610.210.47
HSL321.22º43.62%36.86%-
HSV(B)321.22º60.74%52.94%-
XYZ13.878.7414.59-
YUV83.56140.67164.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=45.92%
G=18.03%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355310600.610.210.47321.2243.6236.86
Hex87356A03D152F1412c25
Octal2076515207525575015445
Binary100001111101011101010011110110101101111101000001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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