#87357D

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

Shades of Dark Purple #87357D

Tints of Dark Purple #87357D

Color information

#87357D (or 0x87357D) is unknown color: approx Dark Purple. HEX triplet: 87, 35 and 7D. RGB value is (135,53,125). Sum of RGB (Red+Green+Blue) = 135+53+125=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87357D is #78CA82. Grayscale: #555555. Windows color (decimal): -7916163 or 8205703. OLE color: 8205703.

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

Color convert

RGB13553125-
CMYK00.610.070.47
HSL307.32º43.62%36.86%-
HSV(B)307.32º60.74%52.94%-
XYZ14.979.1820.38-
YUV85.73150.17163.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=43.13%
G=16.93%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355312500.610.070.47307.3243.6236.86
Hex87357D03D72F1332c25
Octal207651750757574635445
Binary1000011111010111111010111101111101111100110011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87357D; }

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

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

<style>
 a { background-color: #87357D; }

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

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

<style>
 span { border-color: #87357D; }

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

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