#87356E

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

Shades of Dark Purple #87356E

Tints of Dark Purple #87356E

Color information

#87356E (or 0x87356E) is unknown color: approx Dark Purple. HEX triplet: 87, 35 and 6E. RGB value is (135,53,110). Sum of RGB (Red+Green+Blue) = 135+53+110=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87356E is #78CA91. Grayscale: #535353. Windows color (decimal): -7916178 or 7222663. OLE color: 7222663.

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

Color convert

RGB13553110-
CMYK00.610.190.47
HSL318.29º43.62%36.86%-
HSV(B)318.29º60.74%52.94%-
XYZ14.088.8215.71-
YUV84.02142.67164.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=45.30%
G=17.79%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355311000.610.190.47318.2943.6236.86
Hex87356E03D132F13e2c25
Octal2076515607523574765445
Binary100001111101011101110011110110011101111100111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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