#87326E

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

Shades of Dark Purple #87326E

Tints of Dark Purple #87326E

Color information

#87326E (or 0x87326E) is unknown color: approx Dark Purple. HEX triplet: 87, 32 and 6E. RGB value is (135,50,110). Sum of RGB (Red+Green+Blue) = 135+50+110=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87326E is #78CD91. Grayscale: #525252. Windows color (decimal): -7916946 or 7221895. OLE color: 7221895.

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

Color convert

RGB13550110-
CMYK00.630.190.47
HSL317.65º45.95%36.27%-
HSV(B)317.65º62.96%52.94%-
XYZ13.958.5615.67-
YUV82.26143.66165.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=45.76%
G=16.95%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355011000.630.190.47317.6545.9536.27
Hex87326E03F132F13e2e24
Octal2076215607723574765644
Binary100001111100101101110011111110011101111100111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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