#87357F

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

Shades of Dark Purple #87357F

Tints of Dark Purple #87357F

Color information

#87357F (or 0x87357F) is unknown color: approx Dark Purple. HEX triplet: 87, 35 and 7F. RGB value is (135,53,127). Sum of RGB (Red+Green+Blue) = 135+53+127=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #87357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87357F is #78CA80. Grayscale: #555555. Windows color (decimal): -7916161 or 8336775. OLE color: 8336775.

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

Color convert

RGB13553127-
CMYK00.610.060.47
HSL305.85º43.62%36.86%-
HSV(B)305.85º60.74%52.94%-
XYZ15.19.2321.06-
YUV85.95151.17162.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 127 (50% from 255) = 40.32%
R=42.86%
G=16.83%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355312700.610.060.47305.8543.6236.86
Hex87357F03D62F1322c25
Octal207651770756574625445
Binary1000011111010111111110111101110101111100110010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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