#87287F

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

Shades of Dark Purple #87287F

Tints of Dark Purple #87287F

Color information

#87287F (or 0x87287F) is unknown color: approx Dark Purple. HEX triplet: 87, 28 and 7F. RGB value is (135,40,127). Sum of RGB (Red+Green+Blue) = 135+40+127=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #87287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87287F is #78D780. Grayscale: #4E4E4E. Windows color (decimal): -7919489 or 8333447. OLE color: 8333447.

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

Color convert

RGB13540127-
CMYK00.700.060.47
HSL305.05º54.29%34.31%-
HSV(B)305.05º70.37%52.94%-
XYZ14.588.220.89-
YUV78.32155.47168.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 40 (16.02% from 255) = 13.25%
BLUE value IS 127 (50% from 255) = 42.05%
R=44.70%
G=13.25%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354012700.700.060.47305.0554.2934.31
Hex87287F04662F1313622
Octal2075017701066574616642
Binary10000111101000111111101000110110101111100110001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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