#87327A

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

Shades of Dark Purple #87327A

Tints of Dark Purple #87327A

Color information

#87327A (or 0x87327A) is unknown color: approx Dark Purple. HEX triplet: 87, 32 and 7A. RGB value is (135,50,122). Sum of RGB (Red+Green+Blue) = 135+50+122=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #87327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87327A is #78CD85. Grayscale: #535353. Windows color (decimal): -7916934 or 8008327. OLE color: 8008327.

HSL color Cylindrical-coordinate representation of color #87327A: hue angle of 309.18º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #87327A is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13550122-
CMYK00.630.100.47
HSL309.18º45.95%36.27%-
HSV(B)309.18º62.96%52.94%-
XYZ14.658.8419.35-
YUV83.62149.66164.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 50 (19.92% from 255) = 16.29%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=43.97%
G=16.29%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355012200.630.100.47309.1845.9536.27
Hex87327A03FA2F1352e24
Octal2076217207712574655644
Binary10000111110010111101001111111010101111100110101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,50,122); }

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

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

 a { background-color: rgb(135,50,122); }

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

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

 span { border-color: rgb(135,50,122); }

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