#87357E

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

Shades of Dark Purple #87357E

Tints of Dark Purple #87357E

Color information

#87357E (or 0x87357E) is unknown color: approx Dark Purple. HEX triplet: 87, 35 and 7E. RGB value is (135,53,126). Sum of RGB (Red+Green+Blue) = 135+53+126=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #87357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87357E is #78CA81. Grayscale: #555555. Windows color (decimal): -7916162 or 8271239. OLE color: 8271239.

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

Color convert

RGB13553126-
CMYK00.610.070.47
HSL306.59º43.62%36.86%-
HSV(B)306.59º60.74%52.94%-
XYZ15.039.220.72-
YUV85.84150.67163.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=42.99%
G=16.88%
B=40.13%

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
Decimal1355312600.610.070.47306.5943.6236.86
Hex87357E03D72F1332c25
Octal207651760757574635445
Binary1000011111010111111100111101111101111100110011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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