#87256D

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

Shades of Dark Purple #87256D

Tints of Dark Purple #87256D

Color information

#87256D (or 0x87256D) is unknown color: approx Dark Purple. HEX triplet: 87, 25 and 6D. RGB value is (135,37,109). Sum of RGB (Red+Green+Blue) = 135+37+109=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87256D is #78DA92. Grayscale: #4A4A4A. Windows color (decimal): -7920275 or 7153031. OLE color: 7153031.

HSL color Cylindrical-coordinate representation of color #87256D: hue angle of 315.92º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87256D is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13537109-
CMYK00.730.190.47
HSL315.92º56.98%33.73%-
HSV(B)315.92º72.59%52.94%-
XYZ13.417.5815.22-
YUV74.51147.47171.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 37 (14.84% from 255) = 13.17%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=48.04%
G=13.17%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353710900.730.190.47315.9256.9833.73
Hex87256D049132F13c3922
Octal20745155011123574747142
Binary1000011110010111011010100100110011101111100111100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87256D; }

 p { color: rgb(135,37,109); }

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

<style>
 a { background-color: #87256D; }

 a { background-color: rgb(135,37,109); }

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

<style>
 span { border-color: #87256D; }

 span { border-color: rgb(135,37,109); }

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