#87286C

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

Shades of Dark Purple #87286C

Tints of Dark Purple #87286C

Color information

#87286C (or 0x87286C) is unknown color: approx Dark Purple. HEX triplet: 87, 28 and 6C. RGB value is (135,40,108). Sum of RGB (Red+Green+Blue) = 135+40+108=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87286C is #78D793. Grayscale: #4B4B4B. Windows color (decimal): -7919508 or 7088263. OLE color: 7088263.

HSL color Cylindrical-coordinate representation of color #87286C: hue angle of 317.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 #87286C is Cyan = 0, Magento = 0.70, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB13540108-
CMYK00.700.20.47
HSL317.05º54.29%34.31%-
HSV(B)317.05º70.37%52.94%-
XYZ13.467.7514.97-
YUV76.16145.97169.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=47.70%
G=14.13%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354010800.700.20.47317.0554.2934.31
Hex87286C046142F13d3622
Octal20750154010624574756642
Binary1000011110100011011000100011010100101111100111101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87286C; }

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

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

<style>
 a { background-color: #87286C; }

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

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

<style>
 span { border-color: #87286C; }

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

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