#87286B

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

Shades of Dark Purple #87286B

Tints of Dark Purple #87286B

Color information

#87286B (or 0x87286B) is unknown color: approx Dark Purple. HEX triplet: 87, 28 and 6B. RGB value is (135,40,107). Sum of RGB (Red+Green+Blue) = 135+40+107=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87286B is #78D794. Grayscale: #4B4B4B. Windows color (decimal): -7919509 or 7022727. OLE color: 7022727.

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

Color convert

RGB13540107-
CMYK00.700.210.47
HSL317.68º54.29%34.31%-
HSV(B)317.68º70.37%52.94%-
XYZ13.47.7314.7-
YUV76.04145.47170.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 40 (16.02% from 255) = 14.18%
BLUE value IS 107 (42.19% from 255) = 37.94%
R=47.87%
G=14.18%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354010700.700.210.47317.6854.2934.31
Hex87286B046152F13e3622
Octal20750153010625574766642
Binary1000011110100011010110100011010101101111100111110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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