#87296F

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

Shades of Dark Purple #87296F

Tints of Dark Purple #87296F

Color information

#87296F (or 0x87296F) is unknown color: approx Dark Purple. HEX triplet: 87, 29 and 6F. RGB value is (135,41,111). Sum of RGB (Red+Green+Blue) = 135+41+111=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #87296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87296F is #78D690. Grayscale: #4C4C4C. Windows color (decimal): -7919249 or 7285127. OLE color: 7285127.

HSL color Cylindrical-coordinate representation of color #87296F: hue angle of 315.32º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87296F is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13541111-
CMYK00.700.180.47
HSL315.32º53.41%34.51%-
HSV(B)315.32º69.63%52.94%-
XYZ13.657.8815.84-
YUV77.09147.14169.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=47.04%
G=14.29%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354111100.700.180.47315.3253.4134.51
Hex87296F046122F13b3523
Octal20751157010622574736543
Binary1000011110100111011110100011010010101111100111011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,41,111); }

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

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

 a { background-color: rgb(135,41,111); }

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

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

 span { border-color: rgb(135,41,111); }

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